Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
g=32; h=10000;
v_correct = 800;
assert(isequal(canon(g,h),v_correct))
|
2 | Pass |
g=32; h=100;
v_correct = 80;
assert(isequal(canon(g,h),v_correct))
|
3 | Pass |
g=32; h=4;
v_correct = 16;
assert(isequal(canon(g,h),v_correct))
|
given 3 sides, find area of this triangle
680 Solvers
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
Basics: 'Find the eigenvalues of given matrix
323 Solvers
Switch matrix to a column vector
260 Solvers
432 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!