tags:

views:

352

answers:

1

I need to use a dll file in my Simulink model. Does anyone have any suggestions?

+1  A: 

You can write a C S-Function, and call into your dll from the methods in the S-Function, or you can use the Legacy Code Tool, which is probably easier than writing your own.

MikeT