help-octave
[Top][All Lists]
Advanced

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

Beginner needs help with following syntax:


From: Julien Martin
Subject: Beginner needs help with following syntax:
Date: Sat, 7 Nov 2009 08:28:19 +0100

Hello,
I have the following matlab code that I am trying to run under octave:

1. function B=Binaire(p)
2. U= rand;
3. B=(U<=p);
4. end


Can anyone please translate line 3. into plain English?
Thanks in advance,
Julien.

reply via email to

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