필터 지우기
필터 지우기

App Designal : write string in a culumn "A" in the table

조회 수: 1 (최근 30일)
Luca Re
Luca Re 2023년 5월 17일
답변: VBBV 2023년 5월 17일
i want to write string in culumn "A"..how i do it?

답변 (1개)

VBBV
VBBV 2023년 5월 17일
Try below
app.UITable.Data = ["fdgfdg" "gg" "ghh" "jjj"]
in place of
app.UITable.Data = ["fdgfdg" ;"gg" ;"ghh"; "jjj"]

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by