help-octave
[Top][All Lists]
Advanced

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

Re: index of max value of each column array


From: Andreas Weber
Subject: Re: index of max value of each column array
Date: Sat, 20 Oct 2018 16:49:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

Am 20.10.18 um 12:08 schrieb turbofib:
with what meaning is used ~ ?

octave:1> help ~

 -- ~
     Logical 'not' operator.

     The symbol may also be used to discard outputs of a function that
     are unwanted without using a temporary variable.

          [~, IDX_OF_MAX] = max (X)

     See also: !, not.



reply via email to

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