How to convert level 2 s block to function ?

6 views (last 30 days)
I am trying to convert a matlab level 2 s function block into a normal function script. For that I need to understand the working of S function. Specifically, how are the differential equations being solved by Derivative call back. Is it using simulation time step as the delta-time ? what other parameters it obtains from simulation environment for these calculations. Anyone having any Idea, please help me out. Also I want my functions to be c-coder compatible, so I am unable use of 'syms' or other c-coder incompatible stuff.

Accepted Answer

Abhishek GS
Abhishek GS on 10 Apr 2015
Hi digvijay,
Firstly, please go through this link to understand the concepts of how S-Function works in Simulink environment. Look at this link to understand the functionalities of different APIs used in MATLAB level 2 S-Functions. Type 'sfundemos' on your MATLAB Command prompt to look at a few demo examples on S-Functions that are shipped. These will help you get started in the right direction.
Only the functions mentioned in this link are supported for Code Generation.
Hope it helps, Cheers, Abhishek
  1 Comment
digivjay pandey
digivjay pandey on 15 Apr 2015
this was most certainly helpful, what exactly I want to know is.. how is the integration being performed so that I can code it in a .m file. what is the time step being followed there and of any other functions are required there. Thanks Bro!

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!