Saving error- AppDesigner
显示 更早的评论
can anyone help me to solve an error with saving changes in my app design on matlab. when i press ctrl+s, a window arise as follow: 'First input must be a character vector, string array, or cell array of character vectors'
how can i solve this problem?
回答(1 个)
Ashish Azad
2020-6-24
0 个投票
Input must be in single quotes for character vector: 'input'
and for string it input must be in double quotes: "input"
e.g: app.EditTextAreaField.Value= "input"
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!