|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #52086] t=1:5; t(zeros(0,1)+[1:2]) returns 0×2 empty double matrix in Matlab |
| Date: | Fri, 22 Sep 2017 11:57:47 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Update of bug #52086 (project octave):
Status: None => Works For Me
_______________________________________________________
Follow-up Comment #1:
This works for me. Octave-4.2.1, started with '-f' flag to prevent any user
initialization files from possibly screwing things up.
t=1:5; t(zeros(0,1)+[1:2])
ans = [](0x2)
Also works on the development branch of Octave. System is Linux.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52086>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |