Subtraction of matrix rows
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I like to the subtraction of matrix rows .. EX. A = [ 2 3 4; 3 2 3] ... I want the absolute value from substation the first row from the second row and make the summation of the new row.... so the answer suppose to be as next:... 1. B = [ 1 1 1 ]..... And ..D = 3 ... thank you
0 Commenti
Vedere anche
Categorie
Scopri di più su Operating on Diagonal Matrices in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!