Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Images created via compiled program on Ubuntu server getting small & blurry

1 vue (au cours des 30 derniers jours)
Christiaan
Christiaan le 3 Mar 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
Goodday all,
I ran into this problem after setting up my real-time monitoring application in a compiled form at our Ubuntu Servers instead of my own Ubuntu workstation. The problem is the following: I create images in which the operating point of a compressor is displayed on its map, but on Ubuntu Server it's making the images small and blurry. On my workstation it was all good. I changed my code to use print instead of saveas, set all my renders to 'painters', changed format to 'dbmp16m' instead of writing to png format, but it's still not as visible as it was before. What could be the problem here? Do I need to adjust my code or are extra packages needed to be installed on the server?
Thanks in advance,
Chris

Réponses (1)

Image Analyst
Image Analyst le 3 Mar 2014
Why not use imwrite if you just want to save images? Or export_fig if you want to save a figure with annotation, axes, and other stuff in addition to the image?

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by