for loop in case of squre bracket in matlab
Afficher commentaires plus anciens
I studied a code related to my work in which there used a for loop.as given
for jcyc=3:3:57;
[ddx, cycl_ind(jcyc)]=min(abs(jcyc-time_2));
end
here time_2=1×1800.in square bracket the function of ddx and cycl_ind(jcyc) is not clear to me.I mean on the left side for which purpose the square bracket and inside it ddx, cycl_ind(jcyc) is used.?
2 commentaires
Stephen23
le 22 Fév 2017
@ SAFI ULLAH: you are asking questions that are very basic MATLAB syntax. These topics are covered very well in the introductory tutorials:
Safi ullah
le 24 Fév 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Mathematics and Optimization 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!