Hi,
i have a 3D Matrix (30x8x15) and each matrix index have a value. I would like to have a plot wich shows the index in 3 dimentions and the value e.g. in a heatmap / color
Is here a Matlab crack who can give me a simple example ?
% generate sample Matrix
Matrix = [1 2 3; 4 5 6; 7 8 9]
Matrix(:,:,2)=[10 11 12;13 14 15;16 17 18]
% would like to have something like this
surf(Matrix,Colormap)

답변 (1개)

Walter Roberson
Walter Roberson 2019년 12월 26일

0 개 추천

See "vol3d v2" in the file exchange

카테고리

도움말 센터File Exchange에서 Line Plots에 대해 자세히 알아보기

제품

릴리스

R2017b

태그

질문:

2019년 12월 26일

답변:

2019년 12월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by