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 で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!