|
| From: | Markus Mützel |
| Subject: | [Octave-bug-tracker] [bug #63181] Empty logical array with [] |
| Date: | Sat, 8 Oct 2022 09:48:55 -0400 (EDT) |
Update of bug #63181 (project octave):
Status: None => Need Info
_______________________________________________________
Follow-up Comment #1:
I tested in Matlab R2022a and its behavior matches Octave's:
In Matlab R2022a:
>> false([])
Error using false
Size vector should be a row vector with real elements.
>> false([0,0])
ans =
0×0 empty logical array
Which version of Matlab did you test with?
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63181>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |