Problem


Draw a '4' in a zero matrix!

5 years ago | 3 | 640 solvers

Solved


Draw a '6' in a zero matrix!

5 years ago

Problem


Draw a '6' in a zero matrix!

5 years ago | 2 | 625 solvers

Solved


Draw a '9' in a zero matrix!

5 years ago

Problem


Draw a '9' in a zero matrix!

5 years ago | 1 | 633 solvers

Solved


Draw a '7' in a zero matrix!

5 years ago

Problem


Draw a '7' in a zero matrix!

5 years ago | 6 | 674 solvers

Solved


Draw a '8' in a zero matrix!

5 years ago

Problem


Draw a '8' in a zero matrix!

5 years ago | 6 | 678 solvers

Solved


Draw a '3' in a zero matrix!

5 years ago

Problem


Draw a '3' in a zero matrix!

5 years ago | 4 | 658 solvers

Solved


Draw a '2' in a zero matrix!

5 years ago

Problem


Draw a '2' in a zero matrix!

5 years ago | 2 | 632 solvers

Solved


Draw a '5' in a zero matrix!

5 years ago

Problem


Draw a '5' in a zero matrix!

5 years ago | 2 | 656 solvers

Solved


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

5 years ago

Solved


Draw a '1' in a zero matrix!

5 years ago

Problem


Draw a '1' in a zero matrix!

5 years ago | 8 | 729 solvers

Solved


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

5 years ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

5 years ago

Solved


Draw a 'Z'.
Given _n_ as input, generate a n-by-n matrix like 'Z' by _0_ and _1_ . Example: n=5 ans= [1 1 1 1 1 0 0 0 1 ...

5 years ago

Solved


Draw 'O' !
Given n as input, generate a n-by-n matrix 'O' using 0 and 1 . example: n=4 ans= [1 1 1 1 1 0 0 1 ...

5 years ago

Solved


Draw 'I'
Given n as input, draw a n-by-n matrix 'I' using 0 and 1. example: n=3 ans= [0 1 0 0 1 0 0 1 0] n=...

5 years ago

Solved


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

5 years ago

Solved


Draw 'F'
Draw a x-by-x matrix 'F' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

5 years ago

Solved


Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

5 years ago

Solved


Columns in a matrix

5 years ago

Solved


Absolute value of x

5 years ago

Solved


Totally one matrix

5 years ago

Solved


Totally zero matrix

5 years ago

Load more