diag(.) does not work
Mostra commenti meno recenti
Risposte (2)
Walter Roberson
il 27 Ott 2018
1 voto
I suspect you accidentally assigned zeros to a variable named diag, so your call is indexing rather than invoking the function.
madhan ravi
il 27 Ott 2018
Try
clear all
x=[8 1 6;3 5 7;4 9 2]
diag(x)
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
