Sun 15 Sep 2013 08:57:03 PM UTC, original submission:
Changeset changeset 17386:6dbc866379e2 seems to have introduced problems for me.
I have some Matlab scripts, ported to Octave, that have worked to at least Octave-dev version of August, 31. Trying them with a tip of yesterday night I get crashes in axis.m complaining about non-conformant arrays:
Swapping axis.m from Aug. 31 into my build of yesterday avoids (I intentionally don't yet write "fixes") the problem.
Looking a bit into axis.m, at the offending line 342, I see that the syntax there is not accepted for the size of variable "data" at hand:
I suppose the same applies to the next line.
As I have no more time the next days to delve deeper into it I've saved the cell array "data" into axis_data.mat and attached it to this bug report.
|