How to display a matrix from workspace to user interface?
Afficher commentaires plus anciens
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 commentaires
Adam
le 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
le 7 Sep 2016
Sivakumaran Chandrasekaran
le 7 Sep 2016
have you tried using the command load
Anu Priya
le 7 Sep 2016
Adam
le 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.
Réponses (0)
Catégories
En savoir plus sur Whos dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!