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!