Slow execution uitable with many characters
Mostrar comentarios más antiguos
Hello,
a has size for example (20,70000). If I insert a into uitable in GUI, than moving slide up/down or right/left is executing so slowly.
How can I executet ot faster?
Thank you?
4 comentarios
dpb
el 26 de Abr. de 2014
That's an absurd size of data to try to display in a uitable -- section it down to something of manageable size. There's just no way it'll work responsively trying to display all the data at once (and no way to show more than 20 or so lines on the screen at a time, anyway).
john
el 26 de Abr. de 2014
No, not really...same problem, you can't display more than 100 or so characters comfortably horizontally, either, and as you can see, the GUI just can't deal with the magnitude easily. You need a window into the file content for the display.
john
el 27 de Abr. de 2014
Respuesta aceptada
Más respuestas (1)
Try cropping the string to lets say... 50 chars, and add 'More...' string indicating that there's more data. who reads 70 000 chars anyway?
Categorías
Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!