Location: BG_Kr @ d0ecd7a7b4fe / matlab_parameter_finding / print_figure.m

Author:
Shelley Fong <s.fong@auckland.ac.nz>
Date:
2022-03-28 16:32:01+13:00
Desc:
With channel density checked using patch clamp against kinetic model, and G_GHK fitted better
Permanent Source URI:
http://models.cellml.org/workspace/82c/rawfile/d0ecd7a7b4fe4b853db2483ffff2089a214e65c8/matlab_parameter_finding/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