MATLAB Runtime2015a,2015b,2015aSP1について、dllが不足する件
Show older comments
MATLAB Runtime 2015aSp1,2015a,2015bをダウンロードして、Path設定しExe実行したところ以下のエラーメッセージが出ました。 「コンピュータにlibmwsl_fileio.dllがないため、プログラムを開始できません。」 Runtime以下を検索しましたが上記のdllはインストールされていません。解決方法をお教えください。
Accepted Answer
More Answers (2)
YABE HIROKO
on 16 Oct 2018
0 votes
1 Comment
Yoko
on 16 Oct 2018
RSim で exe を作成し、動作されておりますか?また、別バージョンとは、R2015a より前のバージョンでしょうか?その場合、libmwsl_fileio.dll がパッケージに含まれていないのは、ライセンスの制約に関連しています。 Simulink モデルを MATLAB/Simulink のない環境で動かす方法は、上記リンクで記載されているように、Embedded Coder で提供されている ert_shrlib.tlc を使って Shared Library (DLL)作成する方法のみとなります。
YABE HIROKO
on 16 Oct 2018
0 votes
Categories
Find more on インストールとライセンスの紹介 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!