Plotting straight line on graph
Mostrar comentarios más antiguos
Hey easy question but how do i plot the line y=40 in matlab? What is the script i need to write?
Thanks zane :)
Respuesta aceptada
Más respuestas (2)
Walter Roberson
el 5 de Ag. de 2015
plot([first_x last_x], 40)
Vedangi Gholap
el 16 de Oct. de 2023
0 votos
plot([0 3], [40,40])
Categorías
Más información sobre Line Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!