function data_num = p04_data_num ( ) %*****************************************************************************80 % %% P04_DATA_NUM returns the dimension of the data vector for problem 4. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 12 August 2011 % % Author: % % John Burkardt % % Parameters: % % Output, integer DATA_NUM, the dimension of the data vector. % data_num = 13; return end