function title = p19_title ( dummy ) %% P19_TITLE returns the title of problem 19. % % Modified: % % 09 April 2007 % % Author: % % John Burkardt % % Parameters: % % Output, string TITLE, the title of the problem. % title = 'f(x,y) = sin ( x ) cos ( 5 y )';