Function File: s_out = printable_title(s_in)

Prepare a string to be displayed in a figure (e.g. without underscores)

Demonstration 1

The following code

 file_name = "output_data.dat";
 figure("visible", "off");
 plot(sin(0:0.05:2*pi));
 title(printable_title(file_name));
 figure_list();

Produces the following figure

Figure 1

Package: mboct-octave-pkg