Error in Simulink.SimulationData.ModelLoggingInfo/set.isSavingModel
显示 更早的评论
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!
回答(1 个)
Siddhartha Agarwal
2018-2-23
0 个投票
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
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!