how to get the cell array variables from the Matlab function in MT4?

 

My matlab function is like this:

Y = Myfunc(v1,v2)

The ouput Y is a cell array {y1 y2}, y1 is a 1x1 matrix, y2 is a mxn matrix, If I call this function in MT4 via DLL, how can I get the output to MT4 environment ? thanks a lot.