Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 3
B_correct = [5 5 5]
assert(isequal(your_fcn_name(x),B_correct))
x =
3
B_correct =
5 5 5
|
Basics: 'Find the eigenvalues of given matrix
323 Solvers
07 - Common functions and indexing 1
338 Solvers
414 Solvers
320 Solvers
112 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!