请问for N1 = 1:length(DD)是什么意思。
5 views (last 30 days)
Show older comments
请问for N1 = 1:length(DD)是什么意思
0 Comments
Accepted Answer
xnkyrpv
on 22 May 2023
仅供参考,length(DD)是向量变量DD的长度为一个正整数,然后for N1 = 1:length(DD)代表第一次for循环,N1取1,第二次取2-----直到循环到第length(DD)次,N1取length(DD)
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!