How simscape script can be converted into block?

1 view (last 30 days)
I can write simscape script but cannot convert them into block. I tried to follow the instruction found in userguide. But could not finally get it.

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 27 Dec 2012
Edited: Azzi Abdelmalek on 27 Dec 2012
You can use a matlab function block or an interpreted matlab function block. The first one is used when you need to generate c code for example, the second allows more fonctionnalities

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!