[gradsusr] time dimension increment

Jeffrey Duda jdduda at iastate.edu
Tue Apr 5 10:17:56 EDT 2011


Use a while loop:

n = 0
while (n <= 10)
 tt = 1+10*n
 'set t 'tt
 'd var'
 n = n + 1
endwhile

Jeff Duda

On Tue, Apr 5, 2011 at 4:45 AM, Djordje Romanic <djordje8 at gmail.com> wrote:

> Dear Users,
>
> I have a time series of 100 data and I want to exclude (or to display,
> whatever) each 10-th member (value) of the series (1,10,20,30,40,...,100).
> Please, can someone help me with this?
>
> Kind regards,
> Djordje
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
>


-- 
Jeff Duda
Iowa State University
Meteorology Graduate Student
3134 Agronomy Hall
www.meteor.iastate.edu/~jdduda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20110405/22748b48/attachment-0003.html 


More information about the gradsusr mailing list