skip times

Mandelli Alessandro mandelli.alessandro at TISCALI.IT
Mon Jul 17 13:03:43 EDT 2006


Ruth Cerezo Mota ha scritto:
> Dear all,
> I have a data set of 200 years, and I am trying to make some time series
> without showing all the 200 years, I mean just show every 5 timesteps. Does
> anyone knows how to do this?
> Thanks a lot for the help

cycle=5
while (cycle<=200)
'set t 'cycle

*---your stuff here...

cycle=cycle+5
endwhile



More information about the gradsusr mailing list