function title = p10_title ( ) %*****************************************************************************80 % %% P10_TITLE returns a title for problem 10. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 April 2009 % % Author: % % John Burkardt % % Reference: % % Per-Olof Persson and Gilbert Strang, % A Simple Mesh Generator in MATLAB, % SIAM Review, % Volume 46, Number 2, June 2004, pages 329-345. % % Parameters: % % Output, string TITLE, a title for the problem. % title = '#10: The unit square.'; return end