mapleck

16 Reputation

2 Badges

17 years, 40 days

MaplePrimes Activity


These are questions asked by mapleck

 

> x := [1, 5, 3, 7];
                                  [1, 5, 3, 7]
> y := sort(x);
                                  [1, 3, 5, 7]
 

Here is what I would like to do:

for i from 1 to m

  A[i] = plot(...)

end do

Now, how do I plot this array A of plots?

Thank you,

ck

Page 1 of 1