MATLAB: How to take a snapshot of a Scatter Plot Scope in Simulink Report Generator 3.3 (R2008a)

Simulink Report Generator

I have a Scatter Plot Scope block in my Simulink model. I use the Scope Snapshot Component in my report but I do not see a snapshot in the report.

Best Answer

The ability to take a snapshot of the Scatter Plot Scope block from Communications Blockset is not present in Simulink Report Generator 3.3 (R2008a).
As a workaround, you may use the SCATTERPLOT function in an Embedded MATLAB block taking care to declare it as an extrinsic function using the EML.EXTRINSIC macro. Then, you may use the Figure Snapshot component to capture the Handle Graphics figure that is displayed.