How can I copy a figure to Word when using Online Matlab?

1 visualización (últimos 30 días)
Aldo Grobbelaar
Aldo Grobbelaar el 17 de Jul. de 2018
Respondida: Walter Roberson el 6 de Sept. de 2024
I'm using Matlab online, because it allows me to work from home. I can't copy figures from the Online version of Matlab because none of the files are saved to my computer, they are saved on a Drive. The Figure Properties does not allow me to Copy Figure. Can I please get help on this matter??

Respuestas (2)

BhaTTa
BhaTTa el 6 de Sept. de 2024
@Aldo Grobbelaar, you can use exportgraphics() to save the figure
exportgraphics(gcf, 'test.jpg')
saves currently active figure window.
Please refer to this documentation to learn more about exportgraphics().

Walter Roberson
Walter Roberson el 6 de Sept. de 2024
If you use drive.mathworks.com then you can navigate to the Drive location where you stored the figures, shift-click to highlight the ones you want, and right-click menu to Download to your local system

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by