MATLAB: How to visualize signals evolving time by time on a dashboard, while simulation is running

simulationsimulink

I would like to see how signals change in time, time by time and not all at once at end. I tried to understand it from the example sldemo_fuelsys (Fault-Tolerant Fuel Control System) but I could not. In few words I would like to see signals evolving on a dashboard while simulation is running.

Best Answer

Although you can visualize a signal using scope. But if you want to use dashboard then use Dashboard Scope in Simulink to visualize the signal. A sample file is attached.