Slow execution uitable with many characters

2 ビュー (過去 30 日間)
john
john 2014 年 4 月 26 日
回答済み: Jan 2014 年 4 月 27 日
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
dpb 2014 年 4 月 26 日
編集済み: dpb 2014 年 4 月 26 日
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
john 2014 年 4 月 27 日
how can I do it ?....window...?

サインインしてコメントする。

採用された回答

Jan
Jan 2014 年 4 月 27 日
This is not a job for an uitable. It is simply not meaningful to display such a huge pile of data in a user interface. It is like asking for a diagram with millions of X-values. Neither a monitor, nor the human eye can copy with this amount of data. Therefore uitable is not designed to contain such a pile of data.
Therefore I suggest not to try to accelerate the display, but to choose another method for a visualization.

その他の回答 (1 件)

Roberto
Roberto 2014 年 4 月 27 日
編集済み: Roberto 2014 年 4 月 27 日
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?

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by