How to create cross-section from 3d dimensional surface?

13 views (last 30 days)
I transported the simulated surface's data as three (20x20) matrices X,Y,Z. So, I have a 3D plot that's generated by 3 (20x20) matrices X,Y,Z. I want to plot the YZ curve (cross section) at specified X. Moreover, the dimension of surface is really important to me, and I do not want to miss my surface feature or profile by interpolation?

Accepted Answer

KSSV
KSSV on 31 Jan 2017
Edited: KSSV on 31 Jan 2017
You define your required x values and the respective y values, use interpolation (interp2).
Read about interp2 .
  12 Comments
Hassan Khoshzaban
Hassan Khoshzaban on 11 Feb 2017
Hi I tried this code for my whole surface (23x110 matrix). It showed the misconsistency because of different degree of linearity. Is it possible to increase accuracy with using mesh grid between elements. I attach the image to show you problem. Thanks

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!