MATLAB: Simulation Data Inspector is broken

simulation data inspectorsimulink

Hey together,
I have installed 2015b (student version) on my laptop. Since a few days the Simulation Data Inspector in Simulink doesn't work anymore. To be precisely, no runs are shown in the window of the inspector despite the fact, that the signals are marked for streaming and the simulation finishes without any error. I wasn't able to figure out any configuration issues which could have lead to this strange behaviour, also it seems to be not an issue with the model. I prepared an minimal model which makes the problem more clear.
The signal "signal" is streamed to the Data Inspector. I run the simulation without problems, but this run is not shown in the Inspector. The Inspector doesn't show any runs at all. However, the Scope shows the signal correctly, so there is no error in the model
Any idea, what I do wrong ?

Best Answer

This seems to be a known bug when the Simulink Data Inspector files get corrupted.
Try typing in the following:
>> sdi.Repository.clearRepositoryFile
Then, restart MATLAB and try again. Does that work?
- Sebastian