https://github.com/CNG-LAB/cngopen
Raw File
Tip revision: 07d4a1a03267dac12ac8bfbccc8e09049cac9f31 authored by Bin Wan on 09 August 2022, 14:58:28 UTC
Update readme.md
Tip revision: 07d4a1a
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 );
back to top