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

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

[Octave-bug-tracker] [bug #40381] MXE / MinGW - setenv does not work cor


From: Rik
Subject: [Octave-bug-tracker] [bug #40381] MXE / MinGW - setenv does not work correctly
Date: Mon, 11 Nov 2013 02:35:47 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #39, bug #40381 (project octave):

Looking over the failed tests, one caught my eye.


x = 1:3;
assert (isequal (ndgrid (x), x(:)));
ASSERT errors for:  assert (ndgrid ([]),zeros (0, 1))
reshape: can't reshape 1x3 array to 3x0 array


I think it would be worth setting a breakpoint in ndgrid and then
single-stepping through the code to see where the problem lies.  ndgrid.m is a
short file so it should be easy.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40381>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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