Question: How can I plot a function (vector) with 3 parameters ?

Hello,

I am looking for plotting a function which is the localisation of a point in space.

This vector can be write as [X(theta1,theta2,theta3),Y(theta1,theta2,theta3),Z(theta1,theta2,theta3)].

How can I plot all possible point in space when parameters theta1 theta2 theta3 vary to -Pi .. Pi without loop (for while) ?

 

I tried :

 

plot3d([X,Y,Z,theta1=-Pi..Pi,theta2=-Pi..Pi,theta3=-Pi..Pi],-10..10,-10..10,-10..10]

 

But it doesn't work due to many parameter I suppose.

 

 

Can somebody can help me ?

 

thank's.

 

Laurent

Please Wait...