How to extract a matrix from a .fig in Matlab?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a Matlab .fig file. (Basically a pcolor plot). I want to extract the matrix (like rows and columns into an array variable) from this image. How do I do this? Thanks for any inputs or pointers.
0 Kommentare
Antworten (1)
Image Analyst
am 21 Apr. 2017
Use getimage() or getframe() depending on what you want to do. Or you can use export_fig to export the whole axes or figure to an image file, like a .PNG file.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Printing and Saving finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!