how to code variable to code

2 vues (au cours des 30 derniers jours)
Anantachai Chotkamsri
Anantachai Chotkamsri le 3 Juil 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

Réponses (1)

madhan ravi
madhan ravi le 3 Juil 2019
  8 commentaires
Stephen23
Stephen23 le 3 Juil 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 le 3 Juil 2019
thank you so much for help everyone. <3

Connectez-vous pour commenter.

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by