octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #62682] ezplot() gets different results betwee


From: Glite
Subject: [Octave-bug-tracker] [bug #62682] ezplot() gets different results between inline function and anonymous function
Date: Wed, 29 Jun 2022 19:42:25 -0400 (EDT)

Follow-up Comment #8, bug #62682 (project octave):

So why ezplot() can treat * (mtimes()) as .* (times()), but cannot treat ^
(mpower()) as .^ (power())? Those _are_ different too.

Here is my code:

>> ezplot(@(x,y)x*2+y*2);
>> figure;
>> ezplot(@(x,y)x.*2+y.*2);

If you think Octave may get incorrect result in matrix exponentiation in
ezplot(), it'd better maintain uniformity, which means let every matrix
exponentiation get incorrect result.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62682>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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