Thursday 16 October 2014

Latex


Bold Figure 1 or Table 1 : Figure x.x bold with \usepackage[labelfont=bf]{caption}
Figure label insted of Fig. : \renewcommand{\figurename}{Figure}

Friday 10 October 2014

Matlab: Custom x-axis label name

set(gca, 'XTickLabel',{'Mon','Tue','Wed','Thu','Fri','Sat','Sun'})