Is it possible to collect input parameters with a GUI window?

1 visualización (últimos 30 días)
Mr M.
Mr M. el 29 de Dic. de 2017
Respondida: Jan el 29 de Dic. de 2017
I need a checkbox, a string input, a selection from a list, a folder selection, and a done button. Are there any flexible methode to do this?

Respuestas (2)

Walter Roberson
Walter Roberson el 29 de Dic. de 2017
That all is too complicated together for MATLAB to offer a single "simple" method. You can build a UI for that: create a figure and put the various controls and callbacks inside it.
  1 comentario
Mr M.
Mr M. el 29 de Dic. de 2017
And is a UI complicated, or can do the setup in a single row or two?

Iniciar sesión para comentar.


Jan
Jan el 29 de Dic. de 2017

Categorías

Más información sobre File Operations 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