Variable Length inputdlg() Box
18 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
The inputdlg allows me to type in multiple prompts thus generating multiple input boxes. However, I'd like to have a have a user specifiy the number of inputs (say 5) and then have the inputdlg box pop up with 5 input boxes each with a prompt that says "Input 1", "Input 2",...etc. Any idea how to go about this?
0 comentarios
Respuesta aceptada
Walter Roberson
el 23 de Jun. de 2012
answers = inputdlg( cellstr( num2str((1:N).', 'Input %d') ) );
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements 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!