Changeset 1084 for applications/bdmtoolbox/mex
- Timestamp:
- 06/11/10 14:22:47 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/mex/epdf_evallog_mat.cpp
r1083 r1084 17 17 // Check the number of inputs and output arguments 18 18 if ( n_input<1 ) mexErrMsgTxt ( "Usage:\n" 19 "mat=pdf_evallog_mat(pdf_struct, nos)\n"19 "mat=pdf_evallog_mat(pdf_struct, points)\n" 20 20 " pdf_struct = struct('class','pdf_offspring',...); % description of pdf\n" 21 21 " points = pdf_dimension x npoints matrix; % points in which to evaluate\n"