Did you try to put "%matlab" as the first line of your cell?
Andrea Lazzarotto
(inviato da Android)
Did you try to put "%matlab" as the first line of your cell?
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
Andrea: pleased to read you in this group :). Do you mean like:%matlab
a = [ 1 ,2 ; 10, 15]
a'
It seems not to work.