% htmlPage('Parameter plot'); % Start a new html page. head2html('f_T versus I_C'); % Put a heading on the html page. fig2html(f_T_I_C, 'f_T_I_C.svg', 500); % Put the plot on the html page.