Diagonals in a Square
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Kosmas-Damianos Giannakos
el 26 de Feb. de 2016
Respondida: Walter Roberson
el 26 de Feb. de 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?
0 comentarios
Respuestas (1)
Walter Roberson
el 26 de Feb. de 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
0 comentarios
Ver también
Categorías
Más información sobre Operating on Diagonal Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!