Error in Simulink.SimulationData.ModelLoggingInfo/set.isSavingModel
Mostrar comentarios más antiguos
When I run my simulink model I get the following error:
Error in Simulink.SimulationData.ModelLoggingInfo/set.isSavingModel (line 154) r = p.optionInfo.targetRelease;
The error occurs because p.optionInfo is empty, so p.optionInfo.targetRelease cannot be called successfully.
This occurs in a built-in Matlab function(ModelLoggingInfo), so I'm not sure what to do to fix the problem. Any help is appreciated!
Respuestas (1)
Siddhartha Agarwal
el 23 de Feb. de 2018
0 votos
This is a known bug. Please refer to the following page to install a patch that fixes this bug: https://www.mathworks.com/support/bugreports/1698881
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!