Gelöst


Find the Pattern 5

mehr als 2 Jahre vor

Gelöst


Find the Pattern 7

mehr als 2 Jahre vor

Gelöst


Find the Pattern 8

mehr als 2 Jahre vor

Gelöst


Find the Pattern 9

mehr als 2 Jahre vor

Gelöst


Find the Pattern 6

mehr als 2 Jahre vor

Gelöst


Find the Pattern 2

mehr als 2 Jahre vor

Gelöst


Find the Pattern 1

mehr als 2 Jahre vor

Gelöst


Find the Pattern 10

mehr als 2 Jahre vor

Gelöst


Find the Pattern 3

mehr als 2 Jahre vor

Gelöst


Matrix Pattern 5

mehr als 2 Jahre vor

Gelöst


Matrix Pattern 8

mehr als 2 Jahre vor

Gelöst


Matrix Pattern 10

mehr als 2 Jahre vor

Gelöst


Matrix Pattern 9

mehr als 2 Jahre vor

Gelöst


Matrix Pattern 7

mehr als 2 Jahre vor

Gelöst


Matrix Pattern 6

mehr als 2 Jahre vor

Gelöst


Matrix Pattern 4

mehr als 2 Jahre vor

Gelöst


Matrix Pattern 3

mehr als 2 Jahre vor

Gelöst


Matrix Pattern 2

mehr als 2 Jahre vor

Gelöst


Matrix Pattern 1

mehr als 2 Jahre vor

Gelöst


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...

mehr als 2 Jahre vor

Gelöst


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: ...

mehr als 2 Jahre vor

Gelöst


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...

mehr als 2 Jahre vor

Gelöst


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...

mehr als 2 Jahre vor

Gelöst


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....

mehr als 2 Jahre vor

Gelöst


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...

mehr als 2 Jahre vor

Gelöst


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 ...

mehr als 2 Jahre vor

Gelöst


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...

mehr als 2 Jahre vor

Gelöst


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...

mehr als 2 Jahre vor

Gelöst


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...

mehr als 2 Jahre vor

Gelöst


Find Logic 17

mehr als 2 Jahre vor

Mehr laden