How to save Simulink model as eps-picture? R2016a
12 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Claudio Stucki
am 10 Jan. 2017
Beantwortet: Ed Marquez
am 13 Jan. 2017
I want to save a simulink model as eps-picture. In the previous matlab versions (R2015a and previous) it was possible to use 'saveas'. But with version R2016a it doesn't work anymore. What can I do? Does someone have an idea how to handle it?
Error occurred: 'eps' format is not supported with Simulink or Stateflow printing.
0 Kommentare
Akzeptierte Antwort
Ed Marquez
am 13 Jan. 2017
You can see from the Release Notes below that for R2015b and later, printing or saving models as EPS files is no longer supported:
You can still use many of the other formats that 'saveas' and 'print' support:
https://www.mathworks.com/help/releases/R2015b/matlab/ref/saveas.html
https://www.mathworks.com/help/releases/R2015b/matlab/ref/print.html
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Printing and Saving finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!