Hi,
I have a vector with 365 values - V1(i=1:365) and one with 12 , V2(i=1:12). One corresponds to some yearly data one to monthly data. Considering each value in V2 is a month , for each value in V1 I have to substract the corresponding value in V2 as following : for each value in V1 corresponding to january I substract january from V2 i.e V2(2) , for each value in V1 corresp to february I substract the montly value for february and so on. How could I write a program for that ? I m thinking to use 3 contors containing 28 , 30 and 31 values but I m not yet sure how. Thanks
substract monthly values from daily ones
Started by Colfiii, Jul 14 2010 08:22 AM
1 reply to this topic


Sign In
Create Account

Back to top









