Export to previous version 2016a -> 2015b causes error Undefined function 'Simulink.exportToVersion' for input arguments of type 'char'
3 ビュー (過去 30 日間)
古いコメントを表示
Jürgen Rothammer
2016 年 5 月 30 日
コメント済み: Nitinkrishnan Balakrishnan
2017 年 7 月 25 日
When I try to export a Simulink model I worked on with R2016A (trial) to the previous version R2015B, which is running on another computer, I get the following error message:
Undefined function 'Simulink.exportToVersion' for input arguments of type 'char'.
What do I have to do to fix this problem?
0 件のコメント
採用された回答
Andreas Goser
2016 年 5 月 30 日
Technical Support resolved this issue together with the user by resetting the path and the toolbox cache.
restoredefaultpath
rehash toolboxcache
1 件のコメント
Nitinkrishnan Balakrishnan
2017 年 7 月 25 日
Hi,
It is still not working for me. I get this error Undefined variable "simulink" or class "simulink.exportToVersion".
When i try
>> simulink.exportToVersion(bdroot,'Trial.slx','R2011b','BreakUserLinks',true);
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!