3D Cube Slice

Version 1.0.0.1 (21,3 ko) par Oren Rosen
Enables reading 2 dim slices of 3 dim matrix stored in MAT file
1,7K téléchargements
Mise à jour 1 sept. 2016

Afficher la licence

This project demonstrates a simple example of extracting a 2-dim slice of a 3-dim matrix stored in a MAT file without needing to read in the entire MAT file. This may be useful when the full 3-dim matrix is large and uses to much MATLAB memory and only individual 2-dim slices are needed at any given time. The user can extract slices at any index along all 3 dimensions.
There is a significant restriction:

1) Requires that the MAT file is stored in the version 6 format with no compression (using -v6 option in "save")

The implementation uses the "where" function written by Malcolm Lidierth. His code is included in this zip file.

Stuart McGarrity was an invaluable resource in the inspiration and implementation of this example.

See the included Readme.doc file for more information

Citation pour cette source

Oren Rosen (2025). 3D Cube Slice (https://fr.mathworks.com/matlabcentral/fileexchange/17992-3d-cube-slice), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2006a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Data Import and Analysis dans Help Center et MATLAB Answers
Remerciements

Inspiré par : Project Waterloo File and Matrix Utilities

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.1

Updated license

1.0.0.0