I have a plot, which I want to save with a bigger resolution. But the documentation states that Matlab ignores ‘-r’ option to print command, when running in a headless mode. Is there some other way to increase printed figure resolution?
I have a plot, which I want to save with a bigger resolution. But
Share
You could use the function
export_figwritten by Oliver Woodford. Its-roption (resolution) also works in headless mode. The function is available here.