How to display a matrix from workspace to user interface?
Mostra commenti meno recenti
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 Commenti
Adam
il 7 Set 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
il 7 Set 2016
Sivakumaran Chandrasekaran
il 7 Set 2016
have you tried using the command load
Anu Priya
il 7 Set 2016
Adam
il 7 Set 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.
Risposte (0)
Categorie
Scopri di più su Whos in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!