Import data and display on a graph in a GUI
Afficher commentaires plus anciens
I have a set of files that contain time-discrete data signals. I have constructed a GUI that has 3 graphs. I want to import these files into the GUI and display in the graphs. How do I proceed with it ?
Réponses (1)
David Sanchez
le 27 Mai 2013
Each plot has to have its unique identifier ( Property Inspector -> tag ), then:
plot(my_x,my,x,'Parent',plot_handle)
1 commentaire
Soham
le 27 Mai 2013
Catégories
En savoir plus sur Just for fun dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!