フィルターのクリア

Use msgbox to identify string characters and input a string variable

5 ビュー (過去 30 日間)
Devante Kerr
Devante Kerr 2021 年 7 月 20 日
コメント済み: Devante Kerr 2021 年 7 月 20 日
Basically my code is supposed to read the msgbox but I'm having problems with it identifying a variable that I need inputted. The variable is bound to change with different inputs so having the msgbox function read the string values I type as well as the code is a little difficult.
This is the code
q = (user input here)
msgbox( 'The file is now saved under q within the folder titled Matlab')
So the code usually spits out whats in the quotes rather than the value of q which woudl be whatever the user inputs. If anyone could help, it would be greatly appreciated!

回答 (1 件)

Walter Roberson
Walter Roberson 2021 年 7 月 20 日
msgbox( sprintf('The file is now saved under "%s" within the folder titled "Matlab"', q) )

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by