What command to be used to make "Return" button as a button to continue an automated tool?
조회 수: 1 (최근 30일)
이전 댓글 표시
I am doing an automated tool on matlab for an image. Now, I used imellipse and the to convert the selected one to binary image. in the automated tool what command can be used to let the user draw the ellipse and how to make the "return" button continue the operation after the user finishes the ellipse?
댓글 수: 0
채택된 답변
Chad Greene
2015년 3월 8일
Use waitforbuttonpress and key = get(gcf, currentcharacter). If key equals 13, the user hit return.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Camera Calibration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!