Can you please help me to solve that.
Change variable name in matlab for loop.
Change variable name in a loop.
Vpn num2str l when i do this i get ans vpn1.
But the problem is that i dont get the variable vpn1 to which i can save more information.
With eval you use matlab commands to generate the string that will perform the operation you intend.
I m trying do make a for loop in whicht the variable name changes for every loop.
Now if you still really want to create variables with dynamically generated names you need to use eval.
Learn more about name variavle eval.
Also with the name convention you do not have to hard code or use eval again to reprocess the data.
Using cells also give the ability to have different sizes of dataset.
For instance if there needs to be a scaling of all the data in name you would have to hard code name 1 2 name 2 2 etc.
I need matrices r 1 r 2 r 3 r 4.
The overhead and the fact that the contents of cell arrays are not stored in contiguous memory is also explained in the matlab documentation.
I need to do the same matrix calculations repeatedly but i want to rename the variable within the loop.
On top of that is the circa 104 bytes of meta data that every matlab array has.