Am using mupad to generate hundreds of cylinders in one graph.
I know that the code :
plot(plot::Cylinder(2,[sssss],[sssss]), plot(1,[-----],[----]))
generates 2 cylinders.
Kindly help to tell me how put this idea into a for-loop to generate all the cylinders automatically.
Actually, am asking of MuPAD equivallence of MATLAB's hold-on command.
I know that the code :
plot(plot::Cylinder(2,[sssss],[sssss]), plot(1,[-----],[----]))
generates 2 cylinders.
Kindly help to tell me how put this idea into a for-loop to generate all the cylinders automatically.
Actually, am asking of MuPAD equivallence of MATLAB's hold-on command.