Cell array of answers from user input
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Marnie
le 15 Avr 2015
Réponse apportée : Star Strider
le 15 Avr 2015
What function would be most suitable to return a cell array made of answers from user input?
0 commentaires
Réponse acceptée
Star Strider
le 15 Avr 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');
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Cell Arrays dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!