How to execute a print command for the MATLAB Web Broser from the command line
Show older comments
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 Comments
Mario Malic
on 21 Jan 2021
Hi,
What exactly is the issue?
Claus Andersson
on 21 Jan 2021
Mario Malic
on 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
on 22 Jan 2021
Accepted Answer
More Answers (0)
Categories
Find more on Desktop in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!