Solved


Find the Pattern 5

2 years ago

Solved


Find the Pattern 7

2 years ago

Solved


Find the Pattern 8

2 years ago

Solved


Find the Pattern 9

2 years ago

Solved


Find the Pattern 6

2 years ago

Solved


Find the Pattern 2

2 years ago

Solved


Find the Pattern 1

2 years ago

Solved


Find the Pattern 10

2 years ago

Solved


Find the Pattern 3

2 years ago

Solved


Matrix Pattern 5

2 years ago

Solved


Matrix Pattern 8

2 years ago

Solved


Matrix Pattern 10

2 years ago

Solved


Matrix Pattern 9

2 years ago

Solved


Matrix Pattern 7

2 years ago

Solved


Matrix Pattern 6

2 years ago

Solved


Matrix Pattern 4

2 years ago

Solved


Matrix Pattern 3

2 years ago

Solved


Matrix Pattern 2

2 years ago

Solved


Matrix Pattern 1

2 years ago

Solved


Fix the last element of a cell array
Note: this is lifted directly from <http://www.mathworks.com/matlabcentral/answers/82825-puzzler-for-a-monday Puzzler for a Mond...

2 years ago

Solved


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

2 years ago

Solved


Split a string into chunks of specified length
Given a string and a vector of integers, break the string into chunks whose lengths are given by the elements of the vector. Ex...

2 years ago

Solved


Natural numbers in string form
Create a cell array of strings containing the first n natural numbers. _Slightly_ harder than it seems like it should be. Ex...

2 years ago

Solved


Remove element(s) from cell array
You can easily remove an element (or a column in any dimension) from a normal matrix, but assigning that value (or range) empty....

2 years ago

Solved


Convert a numerical matrix into a cell array of strings
Given a numerical matrix, output a *cell array of string*. For example: if input = 1:3 output is {'1','2','3'} whic...

2 years ago

Solved


Find nth maximum
Find nth maximum in a vector of integer numbers. Return NaN if no such number exists. x = [2 6 4 9 -10 3 1 5 -10]; So ...

2 years ago

Solved


Create an n-by-n null matrix and fill with ones certain positions
The positions will be indicated by a z-by-2 matrix. Each row in this z-by-2 matrix will have the row and column in which a 1 has...

2 years ago

Solved


Find last zero for each column
Given a numeric array of arbitrary size, return the row index of the last zero for each column. If a column contains all nonzero...

2 years ago

Solved


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

2 years ago

Solved


Find Logic 17

2 years ago

Load more