wangzi226 发表于 2011-3-19 15:13:49

求助matlab调用mathematica的问题

function dioayong()
clear all
clc
syms aa
ate1=;

math('matlab2math','c',ate1)
math('c1= Eigenvalues')
math('c2= Eigenvectors')
c1=math('math2matlab','c1')
c2=math('math2matlab','c2')


结果:
Mathematica Kernel loading...
MLGet out of sequence.
c1 =
1.0e+217 *
-5.67420959160956                  0
                  0                  0

c2 =
$
F
a
i
l
e
d

请问MLGet out of sequence.这该如何解决,谢谢!
页: [1]
查看完整版本: 求助matlab调用mathematica的问题