Problem 50524. Calculate the structural rank of a 2-by-4 matrix.
Solution Stats
Problem Comments
-
2 Comments
Nikolaos Nikolaou
on 23 Feb 2021
You need to correct your test suite and assign the value 2 to your y_correct variable :)
Dyuman Joshi
on 23 Feb 2021
Faulty test suite has been corrected and additional test cases have been added.
Solution Comments
-
1 Comment
William
on 23 Feb 2021
The assert() statement should say: assert(isequal(your_fcn_name(x),rs_correct))
Problem Recent Solvers24
Suggested Problems
-
The Hitchhiker's Guide to MATLAB
3142 Solvers
-
Number of 1s in a binary string
6310 Solvers
-
836 Solvers
-
Find my daddy long leg (No 's')
1640 Solvers
-
1000 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!