uitable did not display part of data
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I am using App Designer in MATLAB 2019a. I have some data stored as ROM as table format:
![Capture.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/261998/Capture.png)
However, when I use uit.Data = ROM, the data does not display properly:
![Capture2.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/261999/Capture2.png)
Only the "---" are displayed. Any idea on how this happens?
Thanks!
0 comentarios
Respuestas (1)
Ganesh Regoti
el 27 de En. de 2020
Hi,
The issue is with the usage of square brackets ‘[’ in your data. Remove the square brackets (“[]”) in your data and try to load it, that must work fine.
I have brought this issue to the notice of our developers. They will investigate the matter further.
I am linking a sample app that would be helpful for you to understand.
Hope this helps!
0 comentarios
Ver también
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!