Drawing a line

1 view (last 30 days)
Raviteja
Raviteja on 24 Feb 2012
I want to draw a line like this
where c=0;
The line have to pass through [5 2]' and [0 0]' points.

Accepted Answer

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

More Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!