请问for N1 = 1:length(DD)是什么意思。

5 views (last 30 days)
jhpqunb
jhpqunb on 22 May 2023
Answered: xnkyrpv on 22 May 2023
请问for N1 = 1:length(DD)是什么意思

Accepted Answer

xnkyrpv
xnkyrpv on 22 May 2023
仅供参考,length(DD)是向量变量DD的长度为一个正整数,然后for N1 = 1:length(DD)代表第一次for循环,N1取1,第二次取2-----直到循环到第length(DD)次,N1取length(DD)

More Answers (0)

Categories

Find more on MATLAB 快速入门 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!