Plan section of my visual data

Plan section of my visual data
i need to get output of figure in different plan sections.
how can i do this process in matlab?
like this figure

 采纳的回答

[X,Y,Z] = meshgrid(linspace(0,1000,50),linspace(0,1000,50),linspace(-500,0,50));
V = rand(size(X));
xslice = [];
yslice = [];
zslice = -450:100:-50;
slice(X,Y,Z,V,xslice,yslice,zslice)
daspect([1 1 1/4])

2 个评论

Arif
Arif 2020-11-15
编辑:Rik 2020-11-15
thank you so much Rik
And can you help me, to find out, how can I put my pictures from out of Matlab, in spite of the mesh grids?
My pictures didn't have any coordinate.
Can you provide an actual example of your data?

请先登录,再进行评论。

更多回答(0 个)

类别

标签

提问:

2020-10-29

编辑:

Rik
2020-11-15

Community Treasure Hunt

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

Start Hunting!

Translated by