Azzera filtri
Azzera filtri

Is there a command line option for setting the image format for a Figure Snapshot component in MATLAB Report Generator?

3 visualizzazioni (ultimi 30 giorni)
I have a report file with several image snapshot components. I'd like to be able to generate HTML or RTF output from it. It works best if I set the components' 'Image file format' attribute as 'Automatic HG format' for HTML, and as 'Windows metafile' for RTF. I suppose I could use a 'Logical If' component and branch based on the output format, but I'd rather set the 'Image file format' attribute on the command line if possible.

Risposte (1)

Eric
Eric il 10 Feb 2017
The "Automatic HG format" determines which image format to use from the MATLAB Report Generator Preferences. Try:
  1. Start Report Explorer
  2. File -> Preferences
  3. Format ID -> web (HTML)
  4. Change HG images to desired format
  5. Format ID -> Rich Text Format
  6. Change HG images to desired format
  7. Click OK
  8. Load your report (RPT) file
  9. Change all Figure snapshot components to use "Automatic HG format"
  10. Save your report.
Now when you generate an HTML or RTF report, you should get the image format set in your preference.

Categorie

Scopri di più su MATLAB Report Generator in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by