Borrar filtros
Borrar filtros

How to give print of a certain axis in the guide?

1 visualización (últimos 30 días)
Raphael Ferreira
Raphael Ferreira el 8 de Mzo. de 2018
Editada: Raphael Ferreira el 15 de Mzo. de 2018
I'm trying to get print out of a particular axis where the video is but I can not. I can only print from the whole window, but not from a specific axis. The function I used was:
set (gcf, 'PaperPositionMode', 'auto');
print ('PeaksSurface', '-dpng', '-r0');
Result:
Only prints the entire screen. I need to print only the video.

Respuesta aceptada

Walter Roberson
Walter Roberson el 9 de Mzo. de 2018
  7 comentarios
Raphael Ferreira
Raphael Ferreira el 15 de Mzo. de 2018
Editada: Raphael Ferreira el 15 de Mzo. de 2018
I got it, I used the function "getframe" and turned it into an image and saved it in the "imwrite" function.
Thank you.
result:

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by