3D Plot of an 3D Matrix

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)

Réponses (1)

Walter Roberson
Walter Roberson le 26 Déc 2019

0 votes

See "vol3d v2" in the file exchange

Catégories

En savoir plus sur Line Plots dans Centre d'aide et File Exchange

Produits

Version

R2017b

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by