Internal external object definitions for table functions that should not be directly utilized by the user
Name | Description |
---|---|
CombiTable2DBase | Base class for variants of CombiTable2D |
readTimeTableData | Read table data from text or MATLAB MAT-file |
getTimeTableValue | Interpolate 1-dim. table where first column is time |
getTimeTableValueNoDer | Interpolate 1-dim. table where first column is time (but do not provide a derivative function) |
getDerTimeTableValue | Derivative of interpolated 1-dim. table where first column is time |
getTimeTableTmin | Return minimum abscissa value of 1-dim. table where first column is time |
getTimeTableTmax | Return maximum abscissa value of 1-dim. table where first column is time |
readTable1DData | Read table data from text or MATLAB MAT-file |
getNextTimeEvent | Return next time event value of 1-dim. table where first column is time |
getTable1DValue | Interpolate 1-dim. table defined by matrix |
getTable1DValueNoDer | Interpolate 1-dim. table defined by matrix (but do not provide a derivative function) |
getDerTable1DValue | Derivative of interpolated 1-dim. table defined by matrix |
getTable1DAbscissaUmin | Return minimum abscissa value of 1-dim. table defined by matrix |
getTable1DAbscissaUmax | Return maximum abscissa value of 1-dim. table defined by matrix |
readTable2DData | Read table data from text or MATLAB MAT-file |
getTable2DValue | Interpolate 2-dim. table defined by matrix |
getTable2DValueNoDer | Interpolate 2-dim. table defined by matrix (but do not provide a derivative function) |
getDerTable2DValue | Derivative of interpolated 2-dim. table defined by matrix |
getTable2DAbscissaUmin | Return minimum abscissa value of 2-dim. table defined by matrix |
getTable2DAbscissaUmax | Return maximum abscissa value of 2-dim. table defined by matrix |