Are MEX-files and P-code forward and backwards compatible across MATLAB versions?
3 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2009 年 6 月 27 日
編集済み: MathWorks Support Team
2024 年 4 月 5 日
Are MEX-files and P-code forward and backwards compatible across MATLAB versions?
採用された回答
MathWorks Support Team
2024 年 4 月 5 日
編集済み: MathWorks Support Team
2024 年 4 月 5 日
MEX-files and P-code are usually backwards compatible, which means you may be able to run any MEX-file or P-code that was created on an earlier version of MATLAB on later versions of MATLAB. If you do not observe this with a MEX-file, you may need to recompile the MEX-file from source code.
You may find that sometimes you will have forwards compatibility and a file created on a newer version of MATLAB runs on an older version of MATLAB, but this is not supported.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Adding custom doc についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!