Saving .eps from Simulink

조회 수: 16 (최근 30일)
Koit Rikson
Koit Rikson 2016년 12월 1일
I'm trying to save my Simulink models as .eps files. However, this seems to be not straightforward as the typical code of the forms:
print -deps -r300 -s myfig.eps
saveas(get_param('P1q2', 'Handle'), 'output', 'eps')
results in the error below. I used both/either of those on my model with no differences in the error.
'eps' format is not supported with Simulink or Stateflow printing.
What am I doing wrong?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by