3D plotting of the intensity of ultrasound signal
6 ビュー (過去 30 日間)
古いコメントを表示
Hi In 3D space I am measuring the signal intensity of a signal and take the peak values of the signal then save them in a 3D array. When I have all data, my array will be a 4X4X4 array, each element is a floating number and represents the intensity of a the signal.
how can I visualize this in matlab. Thanks
0 件のコメント
回答 (1 件)
James Ryland
2017 年 5 月 11 日
These might be overkill for your problem since your 3D array is so small, but you could try these. For you I actually recommend solution 2.
Solution 1: Volumetric 3 is a full matlab application for visualizing layered 3D density matrices. It was designed to work with fmri and mri but it can handle arbitrary 3D arrays stored as .mat files.
https://www.mathworks.com/matlabcentral/fileexchange/59161-volumetric-3?s_tid=srchtitle
Solution 2: A much simpler tool is Vol3D. But with a lot of programming on your end you can get it to do pretty much anything volumetric 3 does, in that they use highly similar (though distinct) techniques for generating visualizations.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Biomedical Imaging についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!