MATLAB Tricks: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
|||
Zeile 8: | Zeile 8: | ||
Notwendige [[Datei:Save2pdf.m]] | Notwendige [[Datei:Save2pdf.m]] | ||
=== Export einer <code>figure>/code> === | |||
Publication-quality export of Matlab figures and axes to various vector & bitmap formats | |||
Notwendige Datei: [https://de.mathworks.com/matlabcentral/fileexchange/23629-export_fig MATLAB-File Exchange] |
Version vom 15. Oktober 2022, 08:48 Uhr
Ausgabe von Grafiken
Ausgabe als JPG
print(hFigure, '-djpeg', 'Prozesskontrolle.jpg');
Ausgabe als PDF
save2pdf(pdfFileName,handle,dpi)
Notwendige Datei:Save2pdf.m
Export einer figure>/code>
Publication-quality export of Matlab figures and axes to various vector & bitmap formats
Notwendige Datei: MATLAB-File Exchange