On Mon, 15 Oct 2018, Riccardo (Jack) Lucchetti wrote:
On Mon, 15 Oct 2018, oleg_komashko(a)ukr.net wrote:
> Dear all,
>
> ma = seq(1,7)
> pa = {2,3}
> eval ma[-pa]
>
> runs on 2018a
> and fails on 2018d,
> build date
> 2018-10-11
Ah, thanks, Oleh. This is almost certainly some fallout from the work we did
in June on the optimisation of matrix slicing. I don't have time to look into
this tonight, but perhaps Allin may (and would doubtlessy be 100 time more
efficient than me in fixing the problem).
There's now a fix in place for that issue in git. I haven't yet done
enough testing to ensure that it covers all cases where negative
indices (meaning, according to the doc, exclude the specified row or
column) might provoke a spurious error.
Allin