help-octave
[Top][All Lists]
Advanced

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

Re: help


From: vathomas
Subject: Re: help
Date: Thu, 26 Dec 2013 06:51:57 -0800 (PST)

Hi,

The function "uniform_rnd" is obsolete and is not supported for Octave
version after 3.4:
http://www.gnu.org/software/octave/doc/interpreter/Obsolete-Functions.html

Use "unifrnd" instead:
 >> x = unifrnd(2,4,10,1);


best
Thomas



--
View this message in context: 
http://octave.1599824.n4.nabble.com/help-tp4660370p4660371.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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