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

 Respuesta aceptada

xnkyrpv
xnkyrpv el 22 de Mayo de 2023

0 votos

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

Más respuestas (0)

Categorías

Más información sobre MATLAB 快速入门 en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de Mayo de 2023

Respondida:

el 22 de Mayo de 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!