Changeset 14324
- Timestamp:
- 02/06/13 16:24:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/qmu/dakota_out_parse.m
r14242 r14324 198 198 % since normfit doesn't have a dim argument, and matlab isvector is true 199 199 % for a 1xn matrix, handle the case of one row explicitly 200 if ( size(data,1) >1)200 if (min(size(data)) == 1) 201 201 %dmean =mean (data); 202 202 %dstddev=std (data,0); … … 224 224 225 225 % divide the data into structures for consistency 226 227 226 for i=1:length(desc) 228 227 dresp(i).descriptor=char(desc(i));
Note:
See TracChangeset
for help on using the changeset viewer.