function ft = f02_title ( ) %*****************************************************************************80 % %% F02_TITLE returns the title for function 2. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 29 January 2012 % % Author: % % John Burkardt % % Parameters: % % Output, string FT, the function title. % ft = 'Cliff'; return end