How to solve this issue with "libmat.dll'?

81 ビュー (過去 30 日間)
Tony Castillo
Tony Castillo 2021 年 3 月 4 日
回答済み: Shubham Khatri 2021 年 5 月 7 日
Hi all,
I compiled a simulink model using the function "rtwbuild('Name of simulink model')" but when have attempted to execute the ".exe" it gives me this message of error.

採用された回答

Shubham Khatri
Shubham Khatri 2021 年 5 月 7 日
Hello,
This error may occur because a copy of the DLL in question resides somewhere on the system that is getting loaded before the expected version of of the DLL located in the MCR runtime directories.
To resolve this issue, make sure to remove any extra copies of the offending DLL files located on the machine.
  1. The DLL is located in MATLABROOT/bin/win32. Add this location to the system environmental variable "Path".
  2. This error may also indicate that the file "libmx.dll" is missing from your MATLAB installation directory. This can occur if certain antivirus software is installed and it quarantines the file. To resolve the issue, open the antivirus software and restore the quarantined file "libmx.dll".

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by