i want select the first and second array s(i) in the loop
Show older comments
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...
Accepted Answer
More Answers (1)
Image Analyst
on 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
Categories
Find more on Loops and Conditional Statements 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!