How to plot a plane using ezmesh?
6 ビュー (過去 30 日間)
古いコメントを表示
I'm stuck on this question, and we have to use ezmesh for it, and i'm just getting a whole lot of errors 

P = [1, 1, 1];
C = -2/3
Q = [C, C, C]
N = [1, 1, 1]
[x, y] = meshgrid(0:1);
z = ones(size(x, 1));
figure(4)
ezmesh(x, y, z, [0,1]);
hold on
quiver3(Q-P);
axis equal
hold off
2 件のコメント
Tahirah
2023 年 2 月 19 日
Hey, were you ever able to solve this problem? I have this exact question and I don't what the code to put.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Graphics Performance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
