![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/870375/image.png)
How do I stop "Simulation Data Inspector"?
조회 수: 33 (최근 30일)
이전 댓글 표시
I was analyzing some model a while ago and I enabled the Data Inspector, but now I'm not interested in that feature anymore. However, now, every time I run my model, Simulink shows a pop up window:
No data to record
Model 'myModel' has been configured to send logged workspace and MAT-file data to the Simulation Data Inspector. Based on the current model settings, there is no logged data in a format supported by the Simulation Data Inspector. Consider updating the model to stream signals to the Simulation Data Inspector.
How do I prevent this to happen? I don't want to record any data.
댓글 수: 0
채택된 답변
Shubham Srivastava
2017년 5월 26일
편집: Stefanie Schwarz
2022년 1월 24일
To resolve this error message in R2016b and ealier and stop recording any data, go to the Simulink Data Inspector (SDI) Icon in the Simulink Editor tab. If logging Workspace data is turned on, you should see a small record button over the SDI Icon. To disable logging, select the drop down arrow next to the SDI icon and click again on the "Send Logged Workspace Data to Data Inspector" to disable it.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/870375/image.png)
Regards,
Shubham
댓글 수: 2
爱媛 钱
2021년 3월 4일
Sorry, I can find "Send Logged Workspace Data to Data Inspector" in ver2015a, but can't find it in ver2019a. Where is it.
Stefanie Schwarz
2022년 1월 24일
The option "Send Logged Workspace Data to Data Inspector" was removed from the SDI icon in R2017a, however it appears to be equivalent to the (still existing) model parameter "Record logged workspace data in Simulation Data Inspector":
That being said, disabling this option will only prevent SDI from loading workspace data (which is what caused the above error message for the asker), but there maybe still be many other reasons why SDI is active for your simulation. One obvious reason is logging signal data, another could be that you are logging Output or States data in 'Dataset' format as explained in this answer:
추가 답변 (1개)
Frank Zhou
2019년 5월 15일
There is a related question with an answer on this thread:
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Logging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!