How to load .mat file in matlab GUI and display as pcolor data plot in axes in the GUI
Show older comments
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?
Accepted Answer
More Answers (1)
yasmin
on 15 Jan 2016
0 votes
Categories
Find more on Creating, Deleting, and Querying Graphics Objects 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!