For loop to declare syms variables

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! :)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!