Clear Filters
Clear Filters

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

1 view (last 30 days)
i want to write string in culumn "A"..how i do it?

Answers (1)

VBBV
VBBV on 17 May 2023
Try below
app.UITable.Data = ["fdgfdg" "gg" "ghh" "jjj"]
in place of
app.UITable.Data = ["fdgfdg" ;"gg" ;"ghh"; "jjj"]

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!