function title = p10_title ( ) %*****************************************************************************80 % %% P10_TITLE returns a title for problem 10. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 09 February 2009 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, a title for the problem. % title = 'The cosine combo'; return end