Running C S-Functions in a Different Matlab/Simulink Version?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi
I made C S-Functions in R2013a version, and sent the slx files etc. to a friend of mine who has R2011b version.
But he said that he could not read the files because of version incompatibility.
Is there any method for him to read the files in his version?
Or should I do the same task in the same version as his (R2011b) and send him the files again?
Thanks.
0 件のコメント
回答 (2 件)
Wolfgang
2013 年 7 月 9 日
You have to compile it in your R2011b before sending it to him. Don't know why but I'm used to not knowing why Matlab gets incompatible between versions.
0 件のコメント
Kaustubha Govind
2013 年 7 月 10 日
The model .slx format was introduced in R2012a, so older versions don't know how to read it. Please use "Save As.." to save it as a R2011b model (the .mdl format), so the model can be run on R2011b.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Programmatic Model Editing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!