function title = p05_title ( ) %*****************************************************************************80 % %% P05_TITLE returns a title for problem 5. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 15 January 2012 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, a title for the problem. % title = 'The piecewise linear function'; return end