How do draw a line that connects


Ccurrently have 3 separate points in a 3-dimensional plot. The coordinates of those points are:
c1_x=-5.43, c1_y=-1.36, c1_z=2.23E1
c2_x=-1.36E1, c2_y=-6.44, c2_z=3.35E1
c3_x=8.06E-1, c3_y=-9.55, c3_z=5.4E1
How do draw a line that connects all three points with a line? Is it possible to make a circle around these points?
The function i used is:
plot3(c1_x,c1_y,c1_z,'ko'); plot3(c2_x,c2_y,c2_z,'ko'); plot3(c3_x,c3_y,c3_z,'ko')" 

Request for Solution File

Ask an Expert for Answer!!
MATLAB Programming: How do draw a line that connects
Reference No:- TGS098803

Expected delivery within 24 Hours