shareIt

Print/export a figure or Simulink model and share via email

You are now following this Submission

Editor's Note: This File was a File Exchange Pick of the Week

shareIt uses MATLAB's print command to print one or more figures or models to file, one file per figure/model, and then uses MATLAB's sendmail command to email the output to one or more users. It supports adding flickr tags to the email so the image can be tagged when emailed to your flickr account.
An option for postscript output only is to create a single file containing the combined output of all figures/models specified, rather than an individual file per figure/model.

Cite As

Richard Quist (2026). shareIt (https://se.mathworks.com/matlabcentral/fileexchange/15222-shareit), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Modeling in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.1

Updated license

1.0.0.0

added append option to allow creation of postscript file that contains multiple pages; improved way cell arrays of figure/system handles to share are processed.