Location: BG_to_channel @ 2a9668dd47ad / parameter_fitting / print_figure.m
- Author:
- Shelley Fong <s.fong@auckland.ac.nz>
- Date:
- 2022-02-25 10:48:50+13:00
- Desc:
- Init
- Permanent Source URI:
- https://models.fieldml.org/workspace/82e/rawfile/2a9668dd47add7475044ae64a79c369cb7907560/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