Borrar filtros
Borrar filtros

What command to be used to make "Return" button as a button to continue an automated tool?

1 visualización (últimos 30 días)
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?

Respuesta aceptada

Chad Greene
Chad Greene el 8 de Mzo. de 2015
Use waitforbuttonpress and key = get(gcf, currentcharacter). If key equals 13, the user hit return.

Más respuestas (0)

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by