How to increase resolution of Matlab display?
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello all,
I want to save MATLAB display as .tif file with higher resolution of up to 600 dpi. This file is to be used for publication purpose. Can somebody please guide me how can I change display resolution of Matlab output and successfully save the same. Thank you in advance,
Sincerely, Nikhil
0 Commenti
Risposta accettata
Matt J
il 8 Giu 2014
Modificato: Matt J
il 8 Giu 2014
If it's a figure with handle hFigure that you want to convert to .tif, you could do
print(hFigure,'-dtiff', '-r600', filename)
If you mean you want the image of the MATLAB command window itself... no idea.
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!