[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #10062] BIST for winter
From: |
Markus Mützel |
Subject: |
[Octave-patch-tracker] [patch #10062] BIST for winter |
Date: |
Sun, 2 May 2021 11:06:20 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.51 |
Follow-up Comment #4, patch #10062 (project octave):
Re comment #2: Which version of Octave do you use?
Fwiw, with Matlab R2021a:
>> winter(2.5)
Error using zeros
Size inputs must be integers.
Error in winter (line 27)
c = [zeros(m,1) r .5+(1-r)/2];
>> winter(2.5+3i)
Warning: Colon operands must be real scalars.
> In winter (line 26)
Error using zeros
Size vector must be a row vector with real elements.
Error in winter (line 27)
c = [zeros(m,1) r .5+(1-r)/2];
>>
So the behavior we currently have in Octave seems to be compatible.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/patch/?10062>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/