Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x=[5.44 2.64 .27]
y_correct = x(1)*x(2)*x(3);
assert(isequal(your_fcn_name(x),y_correct))
x =
5.4400 2.6400 0.2700
ans =
3.8776
|
Flip the main diagonal of a matrix
506 Solvers
Given a matrix, return the last eigen value
175 Solvers
229 Solvers
Find out value of sine given by degree.
231 Solvers
Test Problem; Create a 5x5 array containing all ones
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!