Volumetric Data Explorer
編集メモ: This file was selected as MATLAB Central Pick of the Week
This app provides an interactive environment to explore four and five dimensional data using some of MATLAB's abilities for volumetric visualization and animation. It was originally designed for data that was measured in a 3D grid of data points, for example temperature or wind speed taken at each point in a 3D space. If this data is taken over time, it can also be animated. However any data that fits the form v = f(x,y,z) or v = f(x,y,z,t) can be used.
If you have any ideas for enhancements or find any bugs, please let me know below. I'm open to adding more options/features if people find this useful.
Please use the 'Watch this file' option on this page to get auto updates when I add/fix things in the app.
Tested with 64-bit R2013a on Windows 7 and Debian 6. Should work on R2012b forward and on all platforms. You can extract the underlying files by unzipping the .mlappinstall file and using the DataExplorer class directly to run on older versions, no promises on compatibility though.
引用
Adam Filion (2024). Volumetric Data Explorer (https://www.mathworks.com/matlabcentral/fileexchange/41405-volumetric-data-explorer), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- Sciences > Geoscience > Weather and Atmospheric Science >
- MATLAB > Graphics > 2-D and 3-D Plots > Surfaces, Volumes, and Polygons > Volume Visualization > Scalar Volume Data >
タグ
謝辞
ヒントを得たファイル: ScreenCapture - screenshot of component, figure or screen, GUI Layout Toolbox, UIGETVARIABLES: Dialog to pass variables from workspace into GUI
ヒントを与えたファイル: pcolor3
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!VolumetricDataExplorer/VolumetricDataExplorer/
バージョン | 公開済み | リリース ノート | |
---|---|---|---|
2.0.0.1 | Updated license |
||
2.0.0.0 | V 2.0
|
||
1.8.0.0 | V 1.5.0
|
||
1.7.0.0 | V 1.4.0
|
||
1.6.0.0 | V 1.3.1
|
||
1.5.0.0 | V 1.3.0
|
||
1.3.0.0 | V 1.2.0
|
||
1.2.0.0 | V 1.1.0 - When importing data from workspace, axes names will automatically update to match the names of the workspace variables. Added option to toggle audible MATLAB beep when warning on invalid data or settings. |
||
1.1.0.0 | V 1.0.1 - Fixed bug when importing from workspace. |
||
1.0.0.0 |