Location: BG_Ks @ 41c5c80a10c8 / matlab_parameter_fitting / print_figure.m
- Author:
- Shelley Fong <s.fong@auckland.ac.nz>
- Date:
- 2022-03-07 15:54:46+13:00
- Desc:
- fix equation for q_mem
- Permanent Source URI:
- https://models.cellml.org/workspace/82d/rawfile/41c5c80a10c8825edc9361dd6de3ffd489b472db/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