function title = p09_title ( ) %*****************************************************************************80 % %% P09_TITLE returns the title of problem 09. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 August 2011 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'Sunspot data, 1700-1960.'; return end