Poor quality figures using Matlab Compiler Runtime

1 view (last 30 days)
I have a matlab function that creates some figures and I have run it in my laptop and in a cluster\server (compiled and run using MCR).
To save the figures I use print('...','-dpng','-r900'). It works perfectly in my laptop printing high quality figures with 7205x5400 but in the cluster it gives poor quality figures of about 500x400.
I have tried to set the renderer to "painters" and "zbuffer", printed to other formats, used a custom-made function that uses imwrite, and nothing works.
Anyone has any idea of how to solve this? Thanks
  2 Comments
Steven Lord
Steven Lord on 8 Jul 2015
When you say you're running "in a cluster\server", are you running MATLAB on a machine without a display?
Akli Benali
Akli Benali on 9 Jul 2015
Yes, exactly; no Display and I am using Matlab Runtime 7.17.

Sign in to comment.

Answers (0)

Categories

Find more on Startup and Shutdown 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!