Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Luca Re
Luca Re el 17 de Mayo de 2023
Respondida: VBBV el 17 de Mayo de 2023
i want to write string in culumn "A"..how i do it?

Respuestas (1)

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

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by