How to display a matrix from workspace to user interface?

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

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?
The one created using guide.
have you tried using the command load
Yes sir...It's not working..any other alternatives?
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.

Accedi per commentare.

Risposte (0)

Richiesto:

il 7 Set 2016

Commentato:

il 7 Set 2016

Community Treasure Hunt

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

Start Hunting!

Translated by