Is there any way of shaping inputdlg in GUI?

4 visualizaciones (últimos 30 días)
Gökay Tunç
Gökay Tunç el 14 de Jul. de 2015
Respondida: Walter Roberson el 30 de Ag. de 2015
I have to read inputs from a popup window and system needs nearly 20 input. So, if I use "inputdlg" directly, it does not fit the screen and it looks terrible. I want to shape input box for example like 4x5 table. How can I do this?
  2 comentarios
Geoff Hayes
Geoff Hayes el 14 de Jul. de 2015
Why not use GUIDE to create your own input dialog?
Nicholas
Nicholas el 30 de Ag. de 2015
trying to do the same. The main advantage of inputdlg is that provides easy and quick implementation and retrieve of data. Up to now I'm still trying to use that function within a GUI with no success

Iniciar sesión para comentar.

Respuestas (2)

Sean de Wolski
Sean de Wolski el 14 de Jul. de 2015
I might suggest just using a uitable as your input source.

Walter Roberson
Walter Roberson el 30 de Ag. de 2015
No, there is no way of making inputdlg() have a particular shape.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by