| Author |
Comment/Response |
giacomo
|
06/25/10 12:46pm
hello, can anyone tell me how to translate this parametric plot, i need to put in a specific position the cylinder, for example i want to translate it from 0,0,0 to 2,4,5, when i try to introduce translate and the vector it give me error.....
this is the plot
cilindro[r_][u_, v_] := {r*Cos[u], r*Sin[u], v}
cilindro[0.16][u, v],
{u, 0, 2 Pi}, {v, 1.5, 4.5},
PlotRange -> {{-10, 10}, {-10, 10}, {-10, 10}}]
URL: , |
|