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?

Respuestas (1)

Ashish Azad
Ashish Azad el 24 de Jun. de 2020

0 votos

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"

Categorías

Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 11 de Mayo de 2018

Respondida:

el 24 de Jun. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by