function p06_story ( ) %*****************************************************************************80 % %% P06_STORY prints the "story" for problem 6. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 August 2011 % % Author: % % John Burkardt % % Parameters: % % None % fprintf ( 1, '\n' ); fprintf ( 1, ' This is a data vector.\n' ); return end