0
how do I create several variables with the use of the for in Matlab? I’m not able to link the for index with the name I give the variable for example:
For i = 1:10
Syms Variable i; %what do I put here to differentiate or at least be able to create the variables as they are? % End
Thank you!