Indexing inside variables name
Show older comments
Hello everybody,
I have a set of arrays inside the workspace whose names are like the followings: Data1_Asc, Data1_BML, Data2_Asc, Data2_BML... Datan_Asc,Datam_BML.
I want to divide these variables into n different .mat files where each variable inside everyone of these files would be named as:
Data1_Asc, Data1_BML.
Any suggestion?
Thanks
1 Comment
"Indexing inside variables name"
Forcing pseudo-indices into variable names is much less efficient than using actual indices.
Accessing numbered variable names forces you into writing slow, complex, inefficient, fragile, obfuscated code.
You did not tell us the most important information: how did you get all of those variables into the workspace?
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!