help-octave
[Top][All Lists]
Advanced

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

Re:


From: Rajendra Marathe
Subject: Re:
Date: Fri, 7 Dec 2018 20:32:09 +0530

Thanks, I'll check it out. 

On 7 Dec 2018 8:17 pm, "Nicholas Jankowski" <address@hidden> wrote:
On Fri, Dec 7, 2018 at 9:24 AM Richardson, Anthony <address@hidden> wrote:

A(find(A == 10)) = 0;

 

Or, more directly using logical indexing,

 

A(A == 10) = 0;

 


different indexing schemes can be very powerful ways of manipulating and processing your data. I recommend you read:

and

reply via email to

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