S-Function Backward Compatibility
1 view (last 30 days)
Show older comments
Jason Nicholson
on 3 Jun 2018
Commented: Jason Nicholson
on 4 Jun 2018
Can an S-function compiled in 2018a be used in a model in 2013b?
Please cite the documentation if you know the keywords to find the answer to this question.
0 Comments
Accepted Answer
Fangjun Jiang
on 4 Jun 2018
I doubt it. Even if it can be used, you might get constant warning messages.
The document says that all example S-function MEX files included in the previous 10 releases can be used in the new version of MATLAB. It is the opposite as what you want.
The best way is to try it out. You don't even need to write your own. Just use one of the examples.
More Answers (0)
See Also
Categories
Find more on Simulink Functions in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!