hi guys, good morning
guys im facing a little problem and need ur help if u dont mind
i use maple kernel function in my program, here is the code:::
maple('m:=',m_int2)
ans =
m := matrix([[119, 101, 108, 99, 111, 109, 101, 32, 116, 111, 32, 101, 108, 103, 97, 109, 97, 108, 32, 101, 110, 99, 114, 121, 112, 116, 105, 111, 110, 32, 112, 97, 114, 116]])
but when i pass result from maple kernel function to matlam platform i got this answer
mm=maple('m')
mm =
119101108099111109101032116111032101108103097109097108032101110099114121112116105111110032112097114116
as u can see guys the spaces between elements is deleted and answer looks like one number.....
do u know why this happened???!!!!
is there anyway 2 return answer back as it was inside maple kernel function???!!! i hope yes and u can help me guys
thank u very much
waiting 4 ur reply