MATLAB: How to use Scalable Vector Graphics (SVG) to store a System Snapshot within Simulink Report Generator

generatorMATLAB Report Generatorreportsimulinksnapshotsvg

I would like to create a System Snapshot in Scalable Vector Graphics (SVG) format within Report Generator. Attempting to do so produces the following error message:
SVG output format unavailable - enable enhanced printing pipeline.
Also, this attempt fails to generate an SVG image.

Best Answer

This enhancement has been incorporated in Release 2006b (R2006b). For previous product releases, read below for any possible workarounds:
Simulink Report Generator 3.0 (R2006a) contains an experimental facility to generate Scalable Vector Graphics (SVG) images for Simulink subsystems. SVG images have vector quality and can be zoomed or panned in a Web browser. This facility is not yet officially supported.
To enable SVG image generation, type the following at the MATLAB Command Prompt:
feature('UseOldSLPrintPipeline',false);
This command switches the entire Simulink print subsystem to a new back end. This back end should be stable for all existing image formats but may contain some unexpected behaviors.
In the current experimental stage, SVG images display only in HTML reports. SVG support for PDF reports may be added in the future.
You may need to upgrade your Web browser to view SVG images. Firefox version 1.5 or later has native SVG support. Internet Explorer requires the Adobe SVG Viewer plug-in.