how to call the vector from the work space
Show older comments
suppose, data = [15 2 7 16 16]; and there are 16 different files in the workspace how to call it according to the 'data' vector in bunch of five(as sequence shown in data vector)
2 Comments
Walter Roberson
on 25 Aug 2019
"and there are 16 different files in the workspace"
Please expand on that. Files can be on disk, but only variables can be in a workspace.
... But I suspect that the answer needed here is http://www.mathworks.com/matlabcentral/answers/304528-tutorial-why-variables-should-not-be-named-dynamically-eval
Sun Heat
on 25 Aug 2019
Accepted Answer
More Answers (0)
Categories
Find more on Creating and Concatenating Matrices 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!