| Description |
%Syntax: sinaset(hndl,handelsize,Xp,Yp,xlbl,xlblsize,ylbl,ylblsize,tlt,tltsize,sname)
%____________________________
% By this function you could simply plot and print your figures with any
% paper size you wish and save it in any location you want
% the file will be saved as TIF no compression and fig files
%
% hndl name of the figure handle
% hndlsize size for x and y thickers
% Xp horizontal size of the figure in cm, e.g. Xp = 13.546666667=512 pixel
% Yp vertical size of the figure in cm, e.g. Yp = 6.773333333=256 pixel (1 pixel = 0.026458333 cm)
% xlbl string, xlabel
% xlblsize size of the xlabel
% ylbl string, ylabel
% ylblsize size of the ylabel
% tlt string, title
% tltsize size of the title
% sname string, name of the output file to be saved. e.g. 'result\1st period\autocorr'
%
%
% Example:
% h1=figure
% autocorr(X,Y,1)
% sinaset(h1,8, 12, 6, 'X-axis label',9, 'Y-axis label',9,'Title',10,'address\name')
%
%
% Sina Khatami M.
% Department of Water Resources Engineering
% Lund University
% Lund, Sweden
%
% E-mail: khatami.sina@gmail.com
% Homepage: http://lu.academia.edu/SinaKhatamiM |