How to write a Matlab-function which returns a reduced row form of matrix
1 view (last 30 days)
Show older comments
I have the following matrix M = [ 0 0 1 2; 1 2 1 0; 2 4 3 2; 1 2 2 2 ] and the function needs to reduce rows, but it is not the same as rref fuction.
Answers (1)
See Also
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!