imagesc3

버전 1.0.0.0 (2.33 KB) 작성자: John Chilleri
Imagesc3 is a simple implementation of imagesc for 3D matrices.
다운로드 수: 126
업데이트 날짜: 2017/4/28

라이선스 보기

Imagesc is a useful function for visualizing 2D matrices. This function, imagesc3, is a simple 3D implementation mimicking imagesc that (in this version) produces cubes at nonzero entry locations and empty cubes at zero entry locations.

The input is a 3D matrix M.

The output is figure(1).

Note that the current version is computationally expensive and best used with small matrices (<10x10x10).
Future versions (if updated) may include varying colors for varying values (similar to imagesc), as well as other common parameter-value pair arguments.

Why create this?
I have, in a few instances, found myself in a position where I desired this function for visualization of a 3D matrix. I always decided against committing the time to writing such a simple function, but now it's written, and I'm submitting it to possibly save others some time.

인용 양식

John Chilleri (2024). imagesc3 (https://www.mathworks.com/matlabcentral/fileexchange/62725-imagesc3), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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

.
.