help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creation of fuction y=0


From: Doug Stewart
Subject: Re: Creation of fuction y=0
Date: Mon, 02 Jun 2008 11:21:21 -0400
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

alvaro gonzalez wrote:
Hi People.
My problem is I want create in a time-series about variability, up-down above 0 (as y=0 represent to line), but the vector 0 I don't know create!!!. the form that is create to matriz produce error!!!.
Thanks for all from Chile
ALvaro Gonzalez
------------------------------------------------------------------------

y(1000) =0;

a= rand(1000)-.5;
y=y+a;

Is this what you want?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]