Code reuse between several Embedded Matlab Function

1 view (last 30 days)
I have the same question as this 2011 inquiry:
Is it possible to share code between several Embedded Matlab Function blocks rather than to duplicate it ? In other words, can you have multiple instances of an Embedded Matlab Function block that reference the same piece of code? If not, is there some way to do this with s-functions?
  2 Comments
Ryan Livingston
Ryan Livingston on 23 Mar 2015
Is the answer to that question insufficient in some way?
KSevcik
KSevcik on 30 Mar 2015
Ryan,
The previous answer specifically answered how to do this with embedded matlab functions, but i found that this was not really the best solution. I ended creating a level-2 s-function that I could then reuse in several different places.

Sign in to comment.

Answers (0)

Categories

Find more on Simulink Functions 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!