Saving figures with minimum 300dpi in online matlab

1 visualización (últimos 30 días)
Tom Nickolay
Tom Nickolay el 27 de Jun. de 2020
Comentada: Ameer Hamza el 27 de Jun. de 2020
I am using Matlab online 2020a, is there any way to specify the dpi of a figure when using the online version?
Cheers,
Tom

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 27 de Jun. de 2020
Use exportgraphics() to save the figure
exportgraphics(gcf, 'test.jpg', 'Resolution', 300)
saves currently active figure window.
  2 comentarios
Tom Nickolay
Tom Nickolay el 27 de Jun. de 2020
Done! thanks for taking the time Ameer
Ameer Hamza
Ameer Hamza el 27 de Jun. de 2020
I am glad to be of help!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by