function title = p01_title ( ) %*****************************************************************************80 % %% P01_TITLE returns a title for problem 1. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 16 October 2011 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, a title for the problem. % title = 'The Fletcher-Powell helical valley function.'; return end