Hey Phung Vu,
The warning means your SimCoupler model was created in Simulink 5.1 (R13, from 2003), which is too old for direct compatibility with the latest MATLAB versions. Simulink requires models from very old versions to be converted through intermediate releases before they work properly.
How to Fix It
- Find an older version of MATLAB
- You need MATLAB R2019b or older to first open and re-save the model.
- If you don’t have an older version, try contacting MathWorks support.
- Open and Save in an Intermediate Version
- Open the model in MATLAB R2019b or an older version (preferably R14–R2019b).
- Save the model (.slx or .mdl).
- Open in Your Current MATLAB Version
- After saving in R2019b or an intermediate version, open it in your current MATLAB.
- If you still see warnings, use Upgrade Advisor: upgradeadvisor('PSimModel')
- Follow the recommendations to update deprecated blocks.
Alternative if You Don't Have an Older MATLAB
If you can't find MATLAB R2019b or older, you can try:
- Rebuilding the model manually in your current MATLAB version if it’s small.
Follow me so you can message me anytime with future MATLAB questions. If this helps, please accept the answer as well.