matrix & matrix function to eigen
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Hi everyone, i would like to turn these matrixes to eigen format. Thanks for help <3!
D = rand(1,10)
maks = max(D)
[i,jj] = find(D == maks)
D(i,jj) = 0
and
MM = (1:100).'+zeros(1,150)
0 个评论
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!