Drawing a line

8 visualizaciones (últimos 30 días)
Raviteja
Raviteja el 24 de Feb. de 2012
I want to draw a line like this
where c=0;
The line have to pass through [5 2]' and [0 0]' points.

Respuesta aceptada

Sean de Wolski
Sean de Wolski el 24 de Feb. de 2012
line([0 5],[0 2])

Más respuestas (0)

Categorías

Más información sobre Graphics en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by