3D Cube Slice

버전 1.0.0.1 (21.3 KB) 작성자: Oren Rosen
Enables reading 2 dim slices of 3 dim matrix stored in MAT file
다운로드 수: 1.7K
업데이트 날짜: 2016/9/1

라이선스 보기

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

인용 양식

Oren Rosen (2024). 3D Cube Slice (https://www.mathworks.com/matlabcentral/fileexchange/17992-3d-cube-slice), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.1

Updated license

1.0.0.0