hi there
how r u guys? its been long time, guys i have problem and need ur help
i write a program usig matlab, i use some maple kernel functions in matlab, here i will put u in the picture, the code i use is
----------------------------------------------------------------------
maple('c1:=G^rr1 mod P')
ans =
c1 := 573
>> leng=length(e8)
leng =
34
>> c11(1:leng)=c1
??? Undefined function or variable 'c1'.
>> c1=c1
??? Undefined function or variable 'c1'.
-----------------------------------------------------------------
the problem occures after finishing maple function, an error message appears and it ssays c1 is undefined function or variable as u can see above.....
why does this happen???!!! where is the mistake i have done!!!!
plz guys tell me how 2 solve it???!!!
is there anyway 2 call result from maple kernel to matlab???!!!
my whole project depends on it
help me guys plz