How can I close volumeViewer with a command in script? (close all does not close volumeViewer windows)
8 ビュー (過去 30 日間)
古いコメントを表示
Zachary Holt
2020 年 11 月 25 日
回答済み: Kiran Felix Robert
2020 年 12 月 17 日
Hello, I am working on a code to analyze 3D biofilms from confocal analysis - generated tiff image stacks. Just because I'm lazy, I would like to be able to close out of all figures at the beginning of my program and not have to manually exit out of any windows each time. I've noticed that the close all command doesn't exit out of volumeViewer windows, so is there another command I could use to accomplish this?
Thank you
1 件のコメント
Tim
2020 年 11 月 25 日
volshow() uses the same volume renderer as volumeViewer but gives you much more flexibility for integration in custom code - have you tried visualizing with volshow instead? Close should work with figures containing volshow objects.
採用された回答
Kiran Felix Robert
2020 年 12 月 17 日
Hi Zachary,
You can close the volumeViewer app by using the following command
volumeViewer close;
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で 3-D Volumetric Image Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!