How to 3d plot in matlab with points given, and join them?

What you're doing right now is telling MATLAB to plot each point separately. What you should do is to store all your points as a vector and then use plot3 E.g.

What you're doing right now is telling MATLAB to plot each point separately. What you should do is to store all your points as a vector and then use plot3. E.g.

, x=x1,x2,...,xn; y=y1,y2,...,yn; z=z1,z2,...,zn; plot3(x,y,z) This way you get a line joining your points.

Thanks! Thats what I mean! – Nazin Apr 6 at 17:00.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions