UITable in App Designer - Inserting text into specific cell

16 visualizaciones (últimos 30 días)
Michael Svejcar
Michael Svejcar el 26 de Jun. de 2021
Comentada: Darshit Simejia el 1 de Jul. de 2021
Hello,
I have a problem that I can't insert char into a specific cell of UITable in App Designer (using indexing). I'm trying to do it like this:
app.UITable.Data(1,1) = 'test';
but I always get the error " Unable to perform assignment because the indices on the left side are not compatible with the size of the right side. ". I even tried using various different data types for this, but without luck.
Do you know where the problem might be?

Respuestas (1)

Madhav Thakker
Madhav Thakker el 1 de Jul. de 2021
Hi Michael,
Use curly braces for changing value inside a table.
Hope this helps.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by