I can't open configuration parameter in simulink
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
After i clicked the 'Model Configuration Parameter' in simulink,this message show up.
How do I fix it?

0 commentaires
Réponses (1)
Fangjun Jiang
le 7 Oct 2019
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 commentaires
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox 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!