Location: BG_TCC @ 06f090addb49 / Clancy_matlab_parameter_fitting / print_figure.m
- Author:
- Shelley Fong <sfon036@UoA.auckland.ac.nz>
- Date:
- 2024-11-13 10:26:46+13:00
- Desc:
- Updating cellml and sedml
- Permanent Source URI:
- https://models.physiomeproject.org/workspace/831/rawfile/06f090addb4968d12531197d463345e0b2012d2a/Clancy_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