https://github.com/CNG-LAB/cngopen
Tip revision: e5291b1bbbd7c45f2ae25748967175a929022a8e authored by sofo on 17 February 2022, 12:24:23 UTC
small i
small i
Tip revision: e5291b1
exportfigbo.m
function exportfigbo(f,name,format,fontsize)
% shortcut to a longer exportfig command
%
exportfig(f, name, 'Format',format,'FontMode', 'fixed',...
'FontSize', fontsize, 'color', 'cmyk','Resolution',300 );