Il giorno mercoledì 8 agosto 2012 09:54:31 UTC+2, Andrea Lazzarotto ha
scritto:
> Did you try to put "%matlab" as the first line of your cell?
Thanks Andrea and Jason,
Jason: to wrap it all in matlab.eval was the basic idea... I'll try it,
can you point me in the right place to do it pls? I can modify the backend,
no problem in make a hack for this time.
Andrea: pleased to read you in this group :). Do you mean like:
%matlab
a = [ 1 ,2 ; 10, 15]
a'
It seems not to work. Tested in http://aleph.sagemath.org/ I have got
File "<ipython-input-1-4ebd74501542>", line 3 a = [ Integer(1) ,Integer(2) ; Integer(10), Integer(10)] ^SyntaxError: invalid syntax
File "<ipython-input-1-4ebd74501542>", line 3 a = [ Integer(1) ,Integer(2) ; Integer(10), Integer(10)] ^SyntaxError: invalid syntax