Diagonals in a Square

3 次查看(过去 30 天)
Kosmas-Damianos Giannakos
Can anyone tell me how to write an M-file for graphing two diagonals on a Square shape graph by using the 'plot' command?

回答(1 个)

Walter Roberson
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

类别

Help CenterFile Exchange 中查找有关 Operating on Diagonal Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by