function title = p04_title ( ) %*****************************************************************************80 % %% P04_TITLE returns the title for problem 4. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 31 July 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'sin(x^2)'; return end