how to dynamically assign data to a variable
3 views (last 30 days)
Show older comments
for ii=1:20
assignin('base', ['PClean_',num2str(ii)],ActualReading(1:end,17));
PClean=['PClean_%d',ii];
I wish to assign data of PClean_1,PClean_2,PClean_3,PClean_4....and so on to PClean but i am not able to assign it for each loop
0 Comments
Accepted Answer
Sean de Wolski
on 3 Dec 2014
Dynamic and variable should really never be in the same sentence :)
0 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!