Borrar filtros
Borrar filtros

Import data and display on a graph in a GUI

2 visualizaciones (últimos 30 días)
Soham
Soham el 27 de Mayo de 2013
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 ?

Respuestas (1)

David Sanchez
David Sanchez el 27 de Mayo de 2013
Each plot has to have its unique identifier ( Property Inspector -> tag ), then:
plot(my_x,my,x,'Parent',plot_handle)
  1 comentario
Soham
Soham el 27 de Mayo de 2013
I have designed the GUI to display 3 graphs. To make sure that the imported data is displayed in the graph what steps do I need to undertake? What commands will I need to enter in the editor of the GUI?

Iniciar sesión para comentar.

Categorías

Más información sobre Directed Graphs en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by