These are questions asked by
dian
Hi All,
I cannot transfer variables from Matlab to Maple as shown in the demonstration video for Maple toolbox for Matlab.
Here is what I did:
I run the Matlab using: matlab-sym-maple.bat
and checked that it is using the maple (not the symbolic toolbox version):
toolbox_version maple
open my maple 13, do
version()
got: User Interface, Kernel, Library, Maple Toolbox for MATLAB: 397624
back in Matlab:
>> syms x y
>> g=int('sin(x*y)^2*x',x)
>> setmaple('G',g)