Embedded MATLAB Function

11 Ansichten (letzte 30 Tage)
Mojtaba
Mojtaba am 10 Jun. 2012
i am using an embedded matlab function block
But when i run this code, i get the following error
Making simulation target "zae12_sfun", ... C:\Users\mojtaba\Desktop\cod for910321\slprj\_sfprj\zae\_self\sfun\src>call "mexopts.bat" 'nmake' is not recognized as an internal or external command, operable program or batch file.

Antworten (1)

Kaustubha Govind
Kaustubha Govind am 11 Jun. 2012
It looks like Simulink can't find "nmake.exe" on the system PATH, which is the make utility that ships with Visual Studio. Have you already run "mex -setup" and ensured that MATLAB picks up Visual Studio from the path automatically? There might be some issue with your Visual Studio installation or system PATH.

Kategorien

Mehr zu Simulink Coder finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by