save scope plot in pdf format
Mostrar comentarios más antiguos
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
Respuestas (1)
Jan
el 21 de Nov. de 2014
print -smodelname
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!