i want select the first and second array s(i) in the loop
Afficher commentaires plus anciens
actually s(i)s are produced in the loop over and over i want the two first entry of this array each time that pass loop...
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 19 Oct 2013
0 votes
Then just refer to s(1) and s(2), or s(1:2), otherwise, try this: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Catégories
En savoir plus sur Loops and Conditional Statements 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!