time | Calls | line |
---|
| | 20 | function [T,func] = executeImpl(func,supplied)
|
< 0.001 | 2 | 21 | if isa(func.Options,'matlab.io.text.TextImportOptions')
|
| | 22 | [T,func] = func.executeImpl@matlab.io.internal.functions.ReadTableWithImportOptionsText(supplied);
|
< 0.001 | 2 | 23 | elseif isa(func.Options,'matlab.io.spreadsheet.SpreadsheetImportOptions')
|
0.151 | 2 | 24 | [T,func] = func.executeImpl@matlab.io.internal.functions.ReadTableWithImportOptionsSpreadsheet(supplied);
|
| | 25 | else
|
| | 26 | assert(false);
|
< 0.001 | 2 | 27 | end
|
| | 28 |
|
< 0.001 | 2 | 29 | if supplied.CollectOutput && func.CollectOutput
|
| | 30 | T = matlab.io.text.internal.collectTableOutput(T);
|
< 0.001 | 2 | 31 | end
|
< 0.001 | 2 | 32 | end
|
Other subfunctions in this file are not included in this listing.