疑惑:MATLAB 命令B(i)含义以及相关程序、
Afficher commentaires plus anciens
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位)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 性能和内存 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!