Location: BG_to_channel @ 489716b34988 / matlab_parameter_fitting / print_figure.m
- Author:
- Shelley Fong <s.fong@auckland.ac.nz>
- Date:
- 2022-03-08 11:05:45+13:00
- Desc:
- RT to R*T
- Permanent Source URI:
- https://models.fieldml.org/workspace/82e/rawfile/489716b349889ab3e9959e158e267d25fe9af527/matlab_parameter_fitting/print_figure.m
function print_figure(h,output_dir,filename) print(h,[output_dir filename '.png'],'-dpng','-r600'); print(h,[output_dir filename '.eps'],'-depsc'); end