How do I create multiple variables with the use of for in matlab? I'm not getting the index of for 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 get the variables to be created? End
Thank you!