Message Boards Message Boards

How to create enter image in array systematically ?

Posted 10 years ago

Actually in my program I am generating image in each iteration of loop, and then I want to get all those images on the same graph. Suggest a way to do so. One solution which come to my mind is to store each image in an array and then plot all of them at once by using ShowAll or something similar. Please suggest me with array or some other solution. Thank you in advance.

My current code :-

    For[
         W = 1.0, W < 1.5, W = W + 0.1;
         A = 2 (W - 1)^0.5; S
         Print["W=" [W]];
         Print[ContourPlot[
         1/(1 - y^2)^0.5 + w^2/2 == W, {w, -A, A}, {y, -1, 1}]];
       ]
POSTED BY: Chandan Bagdia
2 Replies
Posted 10 years ago
POSTED BY: Chandan Bagdia
POSTED BY: W. Craig Carter
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract