Prepare a string to be displayed in a figure (e.g. without underscores)
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