Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
M = [1 2 3; 4 5 6; 7 8 9+2i];
for k=1:size(M,2)
y_correct(k)=norm(M(:,k));
end
assert(isequal(your_fcn_name(M),y_correct))
|
Find state names that end with the letter A
708 Solvers
Getting the row and column location from a matrix
236 Solvers
Set some matrix elements to zero
290 Solvers
Output any real number that is neither positive nor negative
316 Solvers
Simple equation: Annual salary
3779 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!