How to execute a print command for the MATLAB Web Broser from the command line
Afficher commentaires plus anciens
As neither gcf, gcob, gca or the findall function can return a handle for the MATLAB web browser window, I cannot print from the command line. Can you help?
4 commentaires
Mario Malic
le 21 Jan 2021
Hi,
What exactly is the issue?
Claus Andersson
le 21 Jan 2021
Mario Malic
le 21 Jan 2021
Are you trying to save the figure as an image?
exportgraphics(gcf, 'Image.png')
If not, please explain what kind of data are you trying to get.
I never used print, but try only calling the function in command window without input arguments, like this
print
you'll get your figure in new window in .pdf format.
Claus Andersson
le 22 Jan 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Downloads dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!