binaryTensorVoxel

Draw a 3D voxel representation of a binary tensor or 3D matrix.
709 download
Aggiornato 1 set 2016

Visualizza la licenza

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.

Cita come

Paul Kassebaum (2025). binaryTensorVoxel (https://it.mathworks.com/matlabcentral/fileexchange/43481-binarytensorvoxel), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Atomic, Molecular & Optical in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

binaryTensorVoxel/

Versione Pubblicato Note della release
1.0.0.1

Updated license

1.0.0.0