Filter löschen
Filter löschen

How can connect two point in plot graph?

5 Ansichten (letzte 30 Tage)
x y
x y am 6 Dez. 2013
Kommentiert: sixwwwwww am 6 Dez. 2013
Hy,
I would like to know how can I connect two point in cordinate table, how can I ploting only lines?
Is this possible take two point (without range like this x = 1:0.1:1000) ...only just take two point like (15,5) and matlab make line in plot graph?
something this I want to : http://i.imgur.com/dRy2sKv.png

Akzeptierte Antwort

sixwwwwww
sixwwwwww am 6 Dez. 2013
yes. see:
x = [0, 1];
y = [0, 5];
plot(x, y, '*-'), xlim([-1 2]), ylim([-1 6])
  2 Kommentare
x y
x y am 6 Dez. 2013
thank you for help :)
sixwwwwww
sixwwwwww am 6 Dez. 2013
you are welcome

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by