How to display a matrix from workspace to user interface?
Show older comments
I am working on a project where i need to save several matrices to the workspace. Now i would like to display those matrices which is in the .mat format to my user interface. Is it possible to do so?
5 Comments
Adam
on 7 Sep 2016
What kind of user interface? Do you mean something created in GUIDE or do you mean in the main Matlab user interface - e.g. the variable editor?
Anu Priya
on 7 Sep 2016
Sivakumaran Chandrasekaran
on 7 Sep 2016
have you tried using the command load
Anu Priya
on 7 Sep 2016
Adam
on 7 Sep 2016
load will load it into the workspace of whatever function you call load in. You can then do whatever you want with it in that workspace.
Answers (0)
Categories
Find more on Whos 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!