diag(.) does not work
显示 更早的评论
回答(2 个)
Walter Roberson
2018-10-27
1 个投票
I suspect you accidentally assigned zeros to a variable named diag, so your call is indexing rather than invoking the function.
madhan ravi
2018-10-27
Try
clear all
x=[8 1 6;3 5 7;4 9 2]
diag(x)
类别
在 帮助中心 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
