UITable in App Designer - Inserting text into specific cell
Ältere Kommentare anzeigen
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?
2 Kommentare
Mario Malic
am 27 Jun. 2021
try with curly braces instead.
Darshit Simejia
am 1 Jul. 2021
[]
Antworten (1)
Madhav Thakker
am 1 Jul. 2021
0 Stimmen
Hi Michael,
Use curly braces for changing value inside a table.
Hope this helps.
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!