S-Function Backward Compatibility

조회 수: 2 (최근 30일)
Jason Nicholson
Jason Nicholson 2018년 6월 3일
댓글: Jason Nicholson 2018년 6월 4일
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.

채택된 답변

Fangjun Jiang
Fangjun Jiang 2018년 6월 4일
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.
The key-word to search is "S-Function Compatibility" S-Function Compatibility
  댓글 수: 1
Jason Nicholson
Jason Nicholson 2018년 6월 4일
You are right. The link you provided was one link away from stating exactly what I was looking for:
Sometimes a MEX file created on a newer version of MATLAB runs on
an older version of MATLAB, but this is not supported.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by