|
| From: | Glite |
| Subject: | [Octave-bug-tracker] [bug #62682] ezplot() gets different results between inline function and anonymous function |
| Date: | Wed, 29 Jun 2022 20:00:38 -0400 (EDT) |
Follow-up Comment #9, bug #62682 (project octave):
Here is my code to maintain uniformity:
# When an anonymous function meets
# matrix exponentiation,
# run this instead:
>> function ret = get_nan(x)
ret = NaN;
endfuntcion
>> ezplot(@get_nan)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62682>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |