Saving error- AppDesigner

1 回表示 (過去 30 日間)
Muna Muna
Muna Muna 2018 年 5 月 11 日
回答済み: Ashish Azad 2020 年 6 月 24 日
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
Ashish Azad 2020 年 6 月 24 日
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"

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by