Effacer les filtres
Effacer les filtres

Saving error- AppDesigner

1 vue (au cours des 30 derniers jours)
Muna Muna
Muna Muna le 11 Mai 2018
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?

Réponses (1)

Ashish Azad
Ashish Azad le 24 Juin 2020
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"

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by