help-octave
[Top][All Lists]
Advanced

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

Re: Question with basic Octave command


From: Juan Pablo Carbajal
Subject: Re: Question with basic Octave command
Date: Sat, 12 Jul 2014 21:17:04 +0200

On Sat, Jul 12, 2014 at 4:13 PM, Yangster <address@hidden> wrote:
> Thanks for the response, I think I understand, so for each element of p, if
> the corresponding element of h is above 0, that element of p will be stored
> as a 1 (representing "true"), and if it isn't above 0 then that element of p
> will be stored as 0 (representing "false")?
>
>
>
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/Question-with-basic-Octave-command-tp4665442p4665444.html
> Sent from the Octave - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-octave

Indeed, the ">=" applies elementwise.



reply via email to

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