function ft = f12_title ( ) %*****************************************************************************80 % %% F12_TITLE returns the title for function f12. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 01 August 2012 % % Author: % % John Burkardt % % Parameters: % % Output, string FT, the function title. % ft = 'Vicente Romero function'; return end