Location: BG_TCC @ 9050accc29fb / matlab_parameter_fitting / print_figure.m
- Author:
- Shelley Fong <s.fong@auckland.ac.nz>
- Date:
- 2022-03-22 14:00:03+13:00
- Desc:
- Updating TCC channel density to literature value (Droogmans 1989)
- Permanent Source URI:
- https://models.fieldml.org/workspace/831/rawfile/9050accc29fbf95de010da3d2a5cfba7e9719a2e/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