MATLAB Runtime2015a,2015b,2015aSP1について、dllが不足する件
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
YABE HIROKO
le 15 Oct 2018
Réponse apportée : YABE HIROKO
le 16 Oct 2018
MATLAB Runtime 2015aSp1,2015a,2015bをダウンロードして、Path設定しExe実行したところ以下のエラーメッセージが出ました。 「コンピュータにlibmwsl_fileio.dllがないため、プログラムを開始できません。」 Runtime以下を検索しましたが上記のdllはインストールされていません。解決方法をお教えください。
0 commentaires
Réponse acceptée
Kazuya
le 16 Oct 2018
Modifié(e) : Kazuya
le 16 Oct 2018
libmwsl_fileio.dll で検索したところ、下記が見つかりました。
詳しいことはわかりませんが、、
"Due to licensing restrictions you cannot create standalone versions of your Simulink model which are not dependent on some libraries of the installation. Those libraries are also not included in the MCR."
とのこと。エラーが出るのは Simulink モデルが含まれる exe ですか?
0 commentaires
Plus de réponses (2)
YABE HIROKO
le 16 Oct 2018
1 commentaire
Yoko
le 16 Oct 2018
RSim で exe を作成し、動作されておりますか?また、別バージョンとは、R2015a より前のバージョンでしょうか?その場合、libmwsl_fileio.dll がパッケージに含まれていないのは、ライセンスの制約に関連しています。 Simulink モデルを MATLAB/Simulink のない環境で動かす方法は、上記リンクで記載されているように、Embedded Coder で提供されている ert_shrlib.tlc を使って Shared Library (DLL)作成する方法のみとなります。
Voir également
Catégories
En savoir plus sur インストールとライセンスの紹介 dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!