Why is existing mex file getting deleted while compiling the model?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to compile a Simulink model with stateflow present inside. Because of statflow I'm getting following error: * _"Make Error" -> Making simulation target "ModelName_sfun",...
This program is blocked by group policy. For more information, contact your system administrator_*
So I old replaced mex file which compiled on old model.
But when I'm updating the model, the mex file is getting deleted, and I'm getting the same above error.
I thought I could compile the model using old mex file. Thank you for your suggestions.
0 comentarios
Respuestas (2)
Mark McBroom
el 8 de Jun. de 2018
Simulink will generate a new mex file for the stateflow block when it detects a change to the model. This ensures that the mex file is consistent with the stateflow model. You will need to get proper permissions so that MATLAB can write to the current working directory.
Ver también
Categorías
Más información sobre Complex Logic en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!