table input in GUI

조회 수: 3 (최근 30일)
sarah
sarah 2015년 6월 3일
댓글: Patrick Perales 2019년 3월 27일
Hi guys,
I'm making a table format X and Y i.e. I'm creating a interactive gui which allows users to put experimental data. Would anyone know how to call the table i.e. get table data that the user inputs in GUI? Would anyone know?
Thanks.

채택된 답변

Ingrid
Ingrid 2015년 6월 3일
userData = get(handles.uitabletag,'Data');
  댓글 수: 2
sarah
sarah 2015년 6월 3일
편집: sarah 2015년 6월 3일
Thanks. would you know how to convert this into an array or column matrix?
Patrick Perales
Patrick Perales 2019년 3월 27일
Can you explain to me how you got the edit boxes to interact correctly with the table? For example, I have a code that allows the user to input the X and Y coordinates into edit boxes, then by clicking a button the vaules are to be stored into a table located in the gui. Only the first coordiante will pop up in the table, however after every other plot the coordiante from before is deleted.
Any advice is appreciated. Thank you.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by