image thumbnail
from Particle filter and PCRB for terrain-aided navigation by Sebastien PARIS
Demo for terrain-aided navigation by particle filter

options_affichage.m

%------  Options d'affichage ------%

font_size_title = 13;
font_name_title = 'times';

font_size_xlabel = 12;
font_name_xlabel = 'times';

font_size_xlabel_small = 08;
font_name_xlabel_small = 'times';


font_size_ylabel = 12;
font_name_ylabel = 'times';

font_size_ylabel_small = 08;
font_name_ylabel_small = 'times';


font_size_zlabel = 11;
font_name_zlabel = 'times';


font_size_zlabel_small = 08;
font_name_zlabel_small = 'times';


font_size_text = 10;
font_name_text = 'time';

font_size_text_small = 6;
font_name_text_small = 'time';


font_size_legend  = 9;
font_name_legend  = 'times';



marker_size_plot = 8;
marker_size_plot_small = 4;

line_width = 2;

line_width_quiver = 1.0;
scale_quiver = 1.1;

axes_orientation = 'xy';
colmap = flipud(pink);
bright = 0.1;
%colmap = pink;



%----------------------------------%

Contact us at files@mathworks.com