I can't open configuration parameter in simulink
1 次查看(过去 30 天)
显示 更早的评论
After i clicked the 'Model Configuration Parameter' in simulink,this message show up.
How do I fix it?

0 个评论
回答(1 个)
Fangjun Jiang
2019-10-7
Remove that "C:\WINDOWS\system32" from your MATLAB path. It was trying to call the built-in "ver" function but your have ver.dll from Windows. MEX in MATLAB could also create .dll file but just not Windows .dll file. It mistook Windows ver.dll as a MATLAB function created by MEX.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!