How to load .mat file in matlab GUI and display as pcolor data plot in axes in the GUI
Mostra commenti meno recenti
Hi I'm the beginner in using MATLAB GUI and need some help. I have the several files of array matrix of 128 rows and 128 column for each file that I saved as *.mat file. Then, I plan to use the pop-up menu in GUI. So that, when I select the one of the list in the pop-up menu, it will appears the array matrix file accordingly as the pcolor data plot type on the axes of the GUI.
Thus, anybody can give an idea how to load that *.mat file and appears it as pcolor data plot type?
I know that I have to load the .mat file first?what is the suitable code to load the file in the callback function? Then, how to write the code to appears it as pcolor data type?
Risposta accettata
Più risposte (1)
yasmin
il 15 Gen 2016
0 voti
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects 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!