Solved


Draw a '7' in a zero matrix!

5 years ago

Solved


Draw a '6' in a zero matrix!

5 years ago

Solved


Draw a '9' in a zero matrix!

5 years ago

Solved


Draw a '8' in a zero matrix!

5 years ago

Solved


Draw a '5' in a zero matrix!

5 years ago

Solved


Draw a '2' in a zero matrix!

5 years ago

Solved


Draw a '1' in a zero matrix!

5 years ago

Solved


Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...

5 years ago

Solved


"Look and say" sequence
What's the next number in this sequence? * [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] This a variant on the w...

5 years ago

Solved


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

5 years ago

Solved


Count letters occurence in text, specific to words with a given length.
Build a function with two input arguments: a string and a word length (number of letters), that outputs a vector of counts of th...

5 years ago

Solved


Draw a '4' in a zero matrix!

5 years ago

Solved


STOP that car!!!!!!

5 years ago

Solved


Word Distance - Sum
Let's suppose that the distance of a word can be calculated by summing the differences between its letters, having assigned the ...

5 years ago

Solved


Draw a '3' in a zero matrix!

5 years ago

Solved


Sum of series VIII

5 years ago

Solved


Sum of series IX

5 years ago

Solved


rotate the vector 270 degrees?

5 years ago

Solved


Minefield Sonar
*Background* In mine-hunting games (e.g. Microsoft Minesweeper), the user is provided with a covered grid that, upon a left c...

5 years ago

Solved


QWERTY Shift Encoder
Encode a string using the QWERTY shift code. This code is where you touch type but are offset by one character to the right. ...

5 years ago

Solved


Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...

5 years ago

Solved


Double all elements in the array
Duplicate all elements in the array

5 years ago

Solved


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

5 years ago

Load more