time | Calls | line |
---|
| | 199 | function opts = setFileProps(func,supplied,opts)
|
< 0.001 | 2 | 200 | if supplied.DataRange, opts.DataRange = func.DataRange;end
|
< 0.001 | 2 | 201 | if supplied.VariableNamesRange, opts.VariableNamesRange = func.VariableNamesRange;end
|
< 0.001 | 2 | 202 | if supplied.VariableUnitsRange, opts.VariableUnitsRange = func.VariableUnitsRange;end
|
< 0.001 | 2 | 203 | if supplied.VariableDescriptionsRange, opts.VariableDescriptionsRange = func.VariableDescriptionsRange;end
|
< 0.001 | 2 | 204 | if supplied.RowNamesRange, opts.RowNamesRange = func.RowNamesRange;end
|
< 0.001 | 2 | 205 | end
|
Other subfunctions in this file are not included in this listing.