From: Tom on
Hi,

In a C++ mex file I access a com connection. I want to pass data from the Com conncetion to matlab but so far I do not succeed. The return of the COM connection is a _variant_t variable which contains all the information. Is it possible to pass this data to the matlab (through a mxarray). Did anyone ever did this?

Tom Wambecq