importNetworkFromONNX error due to mex

I'm trying to import an ONNX model into Matlab 2025a. However, when I run the command 'importNetworkFromONNX', there is something wrong with the MEX file. Here are the error messages:
MEX 文件
'C:\ProgramData\MATLAB\SupportPackages\R2025a\toolbox\nnet\supportpackages\onnx\+nnet\+internal\+cnn\+onnx\onnxmex.mexw64'
无效: 找不到指定的程序。

 Accepted Answer

Esther
Esther on 30 Jul 2025
This seems to be a known issue in MATLAB R2025a Update 1.
Please contact MathWorks Technical Support: Contact Support - MATLAB & Simulink

2 Comments

联系了,没有得到有效解决
Jianghao Wang
Jianghao Wang on 18 Feb 2026 at 18:18
Edited: Jianghao Wang on 20 Feb 2026 at 18:37
Hello, can you please share what release you are on right now?
If you are on R2025a, the issue should have been fixed.
If you are on R2025b, can you please advise the exact release/update info?
Depending on your release info, here are some potential solutions:
  1. use MATLAB Online https://matlab.mathworks.com (this should always work regardless of release)
  2. for R2025b Update3 or Update4, please uninstall the ONNX support package and reinstall the most recent 25.2.5 release of the package. For uninstalling, please follow the instructions here: https://www.mathworks.com/help/comm/usrpradio/ug/uninstall-support-packages.html
  3. R2025b Update 1 or 2, these should remain unaffected.
Thank you.

Sign in to comment.

More Answers (0)

Asked:

on 29 Jul 2025

Edited:

on 20 Feb 2026 at 18:37

Community Treasure Hunt

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

Start Hunting!