필터 지우기
필터 지우기

Import data and display on a graph in a GUI

조회 수: 2 (최근 30일)
Soham
Soham 2013년 5월 27일
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 ?

답변 (1개)

David Sanchez
David Sanchez 2013년 5월 27일
Each plot has to have its unique identifier ( Property Inspector -> tag ), then:
plot(my_x,my,x,'Parent',plot_handle)
  댓글 수: 1
Soham
Soham 2013년 5월 27일
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?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by