疑惑:MATLAB 命令B(i)含义以及相关程序、
古いコメントを表示
B=[Y Mz Mx];coe_matrix1=zeros(9,1); for i=1:3 coe_matrix1(i)=B(i); end
我觉得B(i)的意思是矩阵B的第i行,但是并没有查阅到这个命令的具体用法。
查到的都是这些,仍然疑惑

并且求助大佬解释一下这段代码吧
matlab版本2016a(64位)
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で 性能和内存 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!