Hello all!
I am trying to export image0, image1, image2, etc in a for loop. What I have is
For[i = 0, i < 4, i++,
"image" <> ToString[i] =
Rasterize[plfunc3dANGside2[6, 2, 115, 0.1*i], Background -> None,
ImageResolution -> 1000];
Export["/home/josh/ISS_drops/vibrations/" <> "image" <>...