How to change a file format?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Could someone please tell me how to change the format of the attached file to jpg or png format? Thank you very much.
0 Kommentare
Antworten (1)
Image Analyst
am 22 Feb. 2015
It's an m-file. In Windows to capture the current window, such as an editor window containing your attached m-file, to the clipboard, type alt-PrintScreen. It's then in the clipboard and then you can paste it and save it in Photoshop or some other photo/paint program.
If your m-file creates a figure, then you can save the figure to a file with export_fig() http://www.mathworks.com/matlabcentral/fileexchange/23629-export-fig
0 Kommentare
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!