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!