Run ax2im to convert 2D axes data to image
Hybrid format: Legends, titles, labels, ticks & text left as is
Useful for exporting figures with a large number of datapoints as "pdf" w/ vector graphics & embeddable fonts
Can reduce the file size substantially without significantly sacrificing quality
Example: ax2im(gcf); exportgraphics(gcf,'hybrid.pdf','ContentType','vector')
More extensive documentation included within the function
Zitieren als
Vasilis Bellos (2025). ax2im (https://www.mathworks.com/matlabcentral/fileexchange/177779-ax2im), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2024b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.3 | Improved treatment of Bar & Scatter objects |
||
1.0.1 | Included Scatter object correction |
||
1.0.0 |