Clear Filters
Clear Filters

Diagonals in a Square

3 views (last 30 days)
Kosmas-Damianos Giannakos
Kosmas-Damianos Giannakos on 26 Feb 2016
Answered: Walter Roberson on 26 Feb 2016
Can anyone tell me how to write an M-file for graphing two diagonals on a Square shape graph by using the 'plot' command?

Answers (1)

Walter Roberson
Walter Roberson on 26 Feb 2016
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

Categories

Find more on Operating on Diagonal Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!