MATLAB: I have installed MATLAB 2007B but getting badlink

Iam getting BadLink while open the model and during compilation is says MIL_handler is not linked. Can anyone please help me in this regard.

Best Answer

I guess MIL_handler is the name of a subsystem ?
Before you open a mdl file containing blocks linked to librairies, you first need to be sure than all your libraries are in the Matlab path. Otherwise you get a badlink because simulink tried to find an undefined library when it opens the mdl.
Related Question