how to code variable to code

2 views (last 30 days)
Anantachai Chotkamsri
Anantachai Chotkamsri on 3 Jul 2019
like in box name have s1 s2 s3 s4 s5 s6 .. sn
s1 = 1
s2 = 2
s3 = 3
sn = n
**************************
for i=1:n
s<i> do something
end
************
behind s<> how to code variable to code

Answers (1)

madhan ravi
madhan ravi on 3 Jul 2019
  8 Comments
Stephen23
Stephen23 on 3 Jul 2019
@Anantachai Chotkamsri: what is stopping you from just using indexing?
Indexing is simple, neat, and very effiicient (unlike what you are trying to do).
Indexing is also explained in the introductory tutorials:
and also explained in the link that madhan ravi gave you.
Anantachai Chotkamsri
Anantachai Chotkamsri on 3 Jul 2019
thank you so much for help everyone. <3

Sign in to comment.

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!