M. Rupf / 15.03.2012 CREATION OF GRAPHICS IN MATLAB ****************************** Install the fonts "postscript" from "Install_fonts" Extract xpdfbin-win-3.03.zip to C:\win\apps\xpdfbin-win-3.03 Install Ghostscript 9.05 (gs905w32.exe / gs905w64.exe) or older version to C:\win\apps\gs\gs9.05 Extract the file "Graphics_Matlab.zip" Copy the folder "export_fig" to the userpath of Matlab To determine the location, run "userpath" in Matlab; e.g.: T:\Rupf\MATLAB Add the subfolder userpath/export_fig to the search path Run "addpath('userpath\export_fig" in Matlab; e.g.: addpath('T:\Rupf\MATLAB\export_fig') Run "savepath" to save the current search path for all sessions Run "graphic.m" to create your graphics The first time you run the matlab script you have probably to set the location of the two installed programs (xpdf and Ghostscript) "graphic.m" should always be at the same location with the folder "picture" for the created graphics