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

2 ビュー (過去 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 Center および File Exchange2-D and 3-D Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by