function title = p03_title ( ) %*****************************************************************************80 % %% P03_TITLE returns the title of problem 3. % % 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 = 'The pulse data, 0 0 0 0 0 1 0 0 0 0 0'; return end