Slow execution uitable with many characters
显示 更早的评论
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 个评论
dpb
2014-4-26
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
2014-4-26
john
2014-4-27
采纳的回答
更多回答(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?
类别
在 帮助中心 和 File Exchange 中查找有关 Entering Commands 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!