Is there any way of shaping inputdlg in GUI?
Show older comments
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 Comments
Geoff Hayes
on 14 Jul 2015
Why not use GUIDE to create your own input dialog?
Nicholas
on 30 Aug 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
Answers (2)
Sean de Wolski
on 14 Jul 2015
0 votes
I might suggest just using a uitable as your input source.
Walter Roberson
on 30 Aug 2015
0 votes
No, there is no way of making inputdlg() have a particular shape.
Categories
Find more on App Building in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!