help me to draw a cube
1 回表示 (過去 30 日間)
古いコメントを表示
points
(0,0,0)
(0,0,50)
(0,50,0)
(0,50,50)
(50,0,0)
(50,0,50)
(50,50,0)
(50,50,50)
0 件のコメント
回答 (1 件)
Ben
2014 年 5 月 9 日
surf(X,Y,Z) Where X,Y,Z are arrays with your coordinates... also have a look at plot3
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で General Applications についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!