Borrar filtros
Borrar filtros

Cell array of answers from user input

2 visualizaciones (últimos 30 días)
Marnie
Marnie el 15 de Abr. de 2015
Respondida: Star Strider el 15 de Abr. de 2015
What function would be most suitable to return a cell array made of answers from user input?

Respuesta aceptada

Star Strider
Star Strider el 15 de Abr. de 2015
My choice would be inputdlg or one of its friends. It returns a cell array of strings of user input.
Example:
userinput = inputdlg({'A = ', 'B = '}, 'Input');

Más respuestas (0)

Categorías

Más información sobre Matrix Indexing 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