diag(.) does not work
Show older comments
Answers (2)
Walter Roberson
on 27 Oct 2018
1 vote
I suspect you accidentally assigned zeros to a variable named diag, so your call is indexing rather than invoking the function.
madhan ravi
on 27 Oct 2018
Try
clear all
x=[8 1 6;3 5 7;4 9 2]
diag(x)
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!