フィルターのクリア

I don't see the changes using xlim with patches by drawing a surface

2 ビュー (過去 30 日間)
Andrea Gusmara
Andrea Gusmara 2020 年 4 月 24 日
コメント済み: Andrea Gusmara 2020 年 4 月 24 日
When i try to patch a parallelogram , i can't see the changes due to the instruction xlim .
surf=axes;
xlim(surf,[-20 +15]);
xlabel('x');
zlim(surf,[-15 +15]);
zlabel('z');
ylim(surf,[-15 +15]);
ylabel('y');
axis equal
vertices=[1,1,1;4,1,1;4,4,1;1,4,1; 1,1,4;4,1,4;4,4,4;1,4,4];
patch(surf,'Vertices',vertices,'Faces',[1,2,3,4;1,2,6,5;3,2,6,7;4,3,7,8;4,1,5,8;5,6,7,8]);

採用された回答

darova
darova 2020 年 4 月 24 日
see my recommendations

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePolygons についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by