Diagonals in a Square
1 回表示 (過去 30 日間)
古いコメントを表示
Can anyone tell me how to write an M-file for graphing two diagonals on a Square shape graph by using the 'plot' command?
0 件のコメント
回答 (1 件)
Walter Roberson
2016 年 2 月 26 日
X = 11.38; %size of square
plot([0 X X 0 0 X nan 0 X], [0 0 X X 0 X nan X 0])
axis equal
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Operating on Diagonal Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!