Cell array of answers from user input
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
What function would be most suitable to return a cell array made of answers from user input?
0 Commenti
Risposta accettata
Star Strider
il 15 Apr 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Cell Arrays in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!