How to extract data from a figure which contains a uitable?
Mostrar comentarios más antiguos
Hi I'd like to extract data from a saved .fig file which contains a uitable. And I want to load the data into a matrix, so that I can use it in another matlab function. How to do it? I tried the following code:
open('(2039,2,0,1).fig');
%(2039,2,0,1).fig is the file to extract data from
x=get(gcf,'Children');
display(x);
And matlab gives me a number not in my figure.
So how to do it? Thanks a lot in advance!
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Migrate GUIDE Apps en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!