How can i extract a 2D plane out of 3D plot?

조회 수: 1 (최근 30일)
SAZZAD HOSSAIN
SAZZAD HOSSAIN 2013년 11월 19일
편집: Matt J 2013년 11월 19일
Hello
I want to extract a 2D-plane out of a 3D plot.
x = -a:1:a; y = x; z = f(x,y);
I plotted a 3D plot using mesh command. Now i need to capture a plane that is at x=0, all y points and all corresponding z points. What commands should i use to get that?
Thanks Sazzad

답변 (1개)

Matt J
Matt J 2013년 11월 19일
편집: Matt J 2013년 11월 19일
What commands should i use to get that?
griddedInterpolant()

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by