Plane Perpendicualr to an axis
1 回表示 (過去 30 日間)
表示 古いコメント
Hey, how do I plot plane ortogonal to an an axis, in a 3D system.
For example, a plane that is defined by
.

採用された回答
Shraddha Jain
2020 年 12 月 24 日
Hi Manuel,
Given below is a sample code to plot a plane in 3-D defined at
,

[y z] = meshgrid(-1:0.1:1);
x = 3/2*ones(size(y));
surf(x,y,z)
0 件のコメント
その他の回答 (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!