Re: AStrain not working in pepper? (5.1.9 - 5.1.11)
Posted: Thu Jul 13, 2017 10:21 pm
It's called implicit expansion, quite handy actually but hard to spot when one is concerned about backwards compatibility.
Code: Select all
a = rand(5,1);
b = rand(1,5);
c = a + b % gives a 5x5 matrix in >=R2016b, crashes in <R2016b