function title = p15_title ( title ) %*****************************************************************************80 % %% P15_TITLE returns the title of problem 15. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 06 May 2011 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'Donovan/Miller/Moreland Pathological Function'; return end