List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] animation problems
| [MUG] animation problems |
|
Author: Bertfried Fauser
Posted: Mon, 18 Nov 2002 00:02:43 +0100
|
>> From: Bertfried Fauser "fauser"
Dear MUG(els)
While in mapleV the following works and produces the expected `movie`
-- no wizardry heer :)
> N:=10:
> anim:=array(1..N):
> for i from 1 to N do
> k:=i/N:
> P1[i]:=PLOT(POINTS([k,1-k]));
> P2[i]:=PLOT(POINTS(1/2,1/2]));
> anim[i]:=display([P1[i],P2[i]]);
> od:
> display([seq(anim[i],i=1..N)],insequence=true,view=[-2..2,-2..2]);
it does not in maple 6! (Only the last frame occure, all others are empty)
Is there any work arround (speel ;-D ) for this problem?
best
BF.
% Bertfried Fauser Fachbereich Physik Fach M 678
% Universit"at Konstanz 78457 Konstanz Germany
% Phone : +49 7531 883786 FAX : +49 7531 88-4864 or 4266
% E-mail: "Bertfried.Fauser"
% Web : http://clifford.physik.uni-konstanz.de/~fauser
|
[View Complete Thread]
Previous by date: [MUG] Re: Too many levels of recursion, Maple User Group
Next by date: [MUG] Re: Fourier Series, Kronecker-Delta ?, Maple User Group
Previous thread: [MUG] Fourier Series, Kronecker-Delta ?, Andreas Wolf
Next thread: [MUG] Fourier Series, Kronecker-Delta ?, Andreas Wolf
|