binaryTensorVoxel
版本 1.0.0.1 (210.9 KB) 作者:
Paul Kassebaum
Draw a 3D voxel representation of a binary tensor or 3D matrix.
A binary tensor may also be referred to as a 3D matrix of zeros and non-zeros or a 3D logical array. binaryTensorVoxel will draw cubes where there are non-zero entries in a tensor and leave vacancies where there are zeros. A simple use case example is
t = round(rand(3,3,3)); % zeros and ones
binaryTensorVoxel(t);
The thumbnail image for this File Exchange entry was drawn by applying binaryTensorVoxel to a 3D cellular automaton.
引用格式
Paul Kassebaum (2024). binaryTensorVoxel (https://www.mathworks.com/matlabcentral/fileexchange/43481-binarytensorvoxel), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2013b
兼容任何版本
平台兼容性
Windows macOS Linux类别
在 Help Center 和 MATLAB Answers 中查找有关 Atomic, Molecular & Optical 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!