Cell array of answers from user input

2 次查看(过去 30 天)
What function would be most suitable to return a cell array made of answers from user input?

采纳的回答

Star Strider
Star Strider 2015-4-15
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 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by