How can I use Scalable Vector Graphics (SVG) to store a System Snapshot within Simulink Report Generator?

7 views (last 30 days)
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.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
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.

More Answers (0)

Categories

Find more on Simulink Report Generator in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!