help-octave
[Top][All Lists]
Advanced

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

Re: change element min in matrix


From: gigiolone123
Subject: Re: change element min in matrix
Date: Fri, 15 Nov 2019 17:16:07 -0600 (CST)

hi, thank you for answer 

is not correct

look this example:

g =

   2   2   3
   1   2   5
   5   4   3

 g(g -  min(g,[],2) == 0) = 0

   0   0   3  (there are two  zeros)
   0   2   5
   5   4   0




--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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