Display progression while reading a large tiff/image file
1 回表示 (過去 30 日間)
古いコメントを表示
Can I make the Matlab waitbar display the progression of the "imread" function?
0 件のコメント
採用された回答
Thorsten
2016 年 9 月 5 日
No, I don't think so. Waitbar needs a fraction of the total processing time, and you cannot implant this function into a build in function.
2 件のコメント
Walter Roberson
2016 年 9 月 5 日
You should be considering switching to the Tiff class, which gives you finer-grained control over the parts you read. You might even want to artificially break up the reading of data into chunks so that you could update the waitbar after each chunk.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Dialog Boxes についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!