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