% Display the plots on an html page
%
htmlPage('Plots of the gain'); % Create a new html page
fig2html(figMag, 'figMag.svg', 800) % save figMag as figMag.svg in the 'html/figures' subdirectory
% and place it on the page with a width of 800px
fig2html(figdBmag, 'figdBmag.svg', 800) % As above, but now for figdBmag
fig2html(figPhase, 'figPhase.svg', 800) % As above, but now for figPhase
fig2html(figDelay, 'figDelay.svg', 800) % As above, but now for figDelay