フィルターのクリア

Cell array of answers from user input

2 ビュー (過去 30 日間)
Marnie
Marnie 2015 年 4 月 15 日
回答済み: Star Strider 2015 年 4 月 15 日
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 Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by