疑惑:MATLAB 命令B(i)含义以及相关程序、
Show older comments
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位)
Accepted Answer
More Answers (0)
Categories
Find more on 性能和内存 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!