How to plot 3D matrix in form of cube

2 次查看(过去 30 天)
Hello everyone, I have a 3D matrix of size [t, x, y]=size(D), where t=300; x=12 and y=12. How to plot t with respect to x, y for 3D cube ? Thanks

采纳的回答

Bjorn Gustavsson
Bjorn Gustavsson 2019-6-18
Use the slice function.
HTH

更多回答(1 个)

Fabio Freschi
Fabio Freschi 2019-6-18
try
figure;
surf(D);

类别

Help CenterFile Exchange 中查找有关 Line Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by