Open GoogleCodeExporter opened 8 years ago
Original comment by corbi...@gmail.com
on 6 Nov 2011 at 3:43
This is non-ideal, but you can just do test = [1 2; 3 4] as a simplier way to
write this. What you tried should work though.
Original comment by corbi...@gmail.com
on 11 Nov 2011 at 12:49
A fair comment. In which case I modify my bug report to.
test(:,:,2)=[1,2;3,4]
Which should give
test(:,:,1) =
0 0
0 0
test(:,:,2) =
1 2
3 4
but actually gives
What do you see instead?
Error: SubAssign: number of arguments <3 or>4
Cheers,
Mike
Original comment by walking....@googlemail.com
on 21 Nov 2011 at 4:29
Can you try going to settings/preferences inside addi and enabling the
"experimental interpreter"? This should be solved via that. That will be the
default behavior in the future.
Original comment by corbi...@gmail.com
on 16 Apr 2012 at 4:46
Original issue reported on code.google.com by
michael....@googlemail.com
on 8 Oct 2011 at 3:19