How can i extract a 2D plane out of 3D plot?
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!