For loop to declare syms variables

2 views (last 30 days)
Hi
Im looking for a way to make a for loop that can do the followering:
""""""""""""""""""""""
first time the for loop runs it gives:
syms x1
second time time it give:
syms x2
and so on
""""""""""""""""""""""""
Is there a way to it that?
Thank you! :)

Accepted Answer

Walter Roberson
Walter Roberson on 22 Apr 2012

More Answers (0)

Community Treasure Hunt

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

Start Hunting!