save scope plot in pdf format
이전 댓글 표시
If I have a matlab plot i use this command to save it in pdf format
print(figure(1), '-append', '-dpsc2', 'd:\fig.ps');
But if i have a plot from scope in simulink , how can i save it in pdf format?
Thanks Matt
답변 (1개)
Jan
2014년 11월 21일
print -smodelname
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!