This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Matlab no longer supports createobj() in Embedded IDE v4.0 (2009b)

Hi

We use Matlab to run our CCS tests and extensively use createobj() to get a simulation variable's address and type. That was working fine until we upgraded from 2008 to Matlab 2009b. Now Matlab has decided not to support createobj(). Arg!

Rather than go through the painful process of having to manually specify each variable type (and add in more human error doing the translation), I'm wondering if anyone has been successful at extracting this info from the .out file? My plan is to run a .out parser to extract the data type and address.

Is this possible?

Is there an easier way?

Cheers