Is there anyway to create a GUI with table and to show a graphic plotting the data as we insert data on table?
    조회 수: 7 (최근 30일)
  
       이전 댓글 표시
    
Sorry for my bad English.
I want to create a table with GUI. The goal is to insert data (x and y coordinates) and click a button (I call it 'plot') and the points that we're introduced are plotted in axes.
When all data is insert, click button 'save data' and values are saved in a .mat file with a specified name.
Is there anyway to do this?
댓글 수: 0
답변 (2개)
  Jing
    
 2013년 2월 19일
        I think it's possible to do what you want. Sean already provided you the examples of creating a GUI and you may learn and use some of them. Then you need to create the GUI bit by bit to achieve your goal! Put those items you mentioned together and then write the callbacks to them.
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


