Import and show in live editor .fig file
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Is it possible to import an existing matlab figure to the live editor?
For other formats I know I can use something like:
corn_gray = imread('corn.tif',3);
imshow(corn_gray)
2 Commenti
Walter Roberson
il 5 Dic 2018
Only if the fig is storing a uifigure instead of a traditional figure I suspect . Even then parts of the fig would have to be imported rather than the whole fig
Risposte (0)
Vedere anche
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!