How to write a Matlab-function which returns a reduced row form of matrix
Afficher commentaires plus anciens
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.
1 commentaire
madhan ravi
le 28 Nov 2018
why its not rref()?
Réponses (1)
Jack Gallahan
le 28 Nov 2018
0 votes
Catégories
En savoir plus sur Morphological Operations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!