Plotting for Papers
Table of Contents
Matlab File
Some recommended functions
function ax=axes_style(position)
ax=axes('Position',position,'Box','on','LineWidth',1,'FontSize',10);
end
Table of Contents
Some recommended functions
function ax=axes_style(position)
ax=axes('Position',position,'Box','on','LineWidth',1,'FontSize',10);
end