How to read a variable from matfile by searching for its name?

5 views (last 30 days)
Hi, I have a matfile with variables of having 1000 samples each. I want to search for specific variables by its name and pick that from the matfile and store it in a array. So, I want to have 2 dimensional array with choosen variables and its values. Please let me know how to do this?
regards, Joseph

Answers (1)

Stephen23
Stephen23 on 7 Dec 2017
You can use whos to get a list of the variables in a .mat file.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!