App Designer or GUIDE- Store and Use Multiple Inputs from the edit box
이전 댓글 표시
I am trying to create a plot or figure in the plot, from which the user inputs the the x and y coordinates to plot a point using only two edit boxes. How can you program the edit box to allow it to store a number of (x,y) coordinates without clearing the figure plotted? Refrences and help are appreciated.
댓글 수: 2
Rik
2019년 3월 24일
What have you tried so far? If plotting a point removes your plot, you probably didn't use hold.
Also I would suggest using the handle of the line object that plot returns to move the point around on later calls (unless you want multiple user-selected points).
Patrick Perales
2019년 3월 26일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!