how to draw a line with two points x and y at a given angle???

4 visualizzazioni (ultimi 30 giorni)
two points are x = x1 and x2 y = y1 and y2
and the given angle is theeta

Risposte (1)

Abhishek Jain
Abhishek Jain il 23 Set 2016
That is pretty simple.
x=[x1 x2];
y=[y1 y2];
plot(x,y)

Categorie

Scopri di più su 3-D Scene Control in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by