Saving error- AppDesigner
조회 수: 1 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
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"
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!