Previous: API by Category, Up: API Reference [Contents]
• array2table | Convert an array to a table. | |
• calendarDuration | Durations of time using variable-length calendar periods, such as days, months, and years, which may vary in length over time. | |
• calmonths | Create a ’calendarDuration’ that is a given number of calendar months long. | |
• calyears | Construct a ’calendarDuration’ a given number of years long. | |
• categorical | Categorical variable array. | |
• cell2table | Convert a cell array to a table. | |
• colvecfun | Apply a function to column vectors in array. | |
• contains | Test if strings contain a pattern. | |
• datetime | Represents points in time using the Gregorian calendar. | |
• days | Duration in days. | |
• discretize | Group data into discrete bins or categories. | |
• dispstrs | Display strings for array. | |
• duration | Represents durations or periods of time as an amount of fixed-length time (i.e. | |
• endsWith | Test if strings end with a pattern. | |
• eqn | Determine element-wise equality, treating NaNs as equal | |
• fillmissing | Fill missing values. | |
• hours | Create a ’duration’ X hours long, or get the hours in a ’duration’ X. | |
• iscategorical | True if input is a ’categorical’ array, false otherwise. | |
• isdatetime | True if input is a ’datetime’ array, false otherwise. | |
• isduration | True if input is a ’duration’ array, false otherwise. | |
• isfile | ||
• isfolder | ||
• ismissing | Find missing values. | |
• isnanny | Test if elements are NaN or NaN-like | |
• localdate | Represents a complete day using the Gregorian calendar. | |
• milliseconds | Create a ’duration’ X milliseconds long, or get the milliseconds in a ’duration’ X. | |
• minutes | Create a ’duration’ X hours long, or get the hours in a ’duration’ X. | |
• missing | Generic auto-converting missing value. | |
• mustBeA | Requires that input is of a given type. | |
• mustBeCellstr | Requires that input is a cellstr. | |
• mustBeCharvec | Requires that input is a char row vector. | |
• mustBeFinite | ||
• mustBeInteger | ||
• mustBeMember | ||
• mustBeNonempty | ||
• mustBeNumeric | ||
• mustBeReal | ||
• mustBeSameSize | Requires that the inputs are the same size. | |
• mustBeScalar | Requires that input is scalar. | |
• mustBeScalarLogical | Requires that input is a scalar logical. | |
• mustBeVector | Requires that input is a vector or empty. | |
• NaT | “Not-a-Time”. | |
• octave.chrono.dummy_function | A dummy function just for testing the doco tools. | |
• octave.chrono.DummyClass | A do-nothing class just for testing the doco tools. | |
• octave.dataset | The ’dataset’ class provides convenient access to the various datasets included with Tablicious. | |
• octave.datasets | Example dataset collection. | |
• octave.examples.coplot | Conditioning plot. | |
• octave.examples.plot_pairs | Plot pairs of variables against each other. | |
• pp | Alias for prettyprint, for interactive use. | |
• rmmissing | MINNUMMISSING) | |
• scalarexpand | Expand scalar inputs to match size of non-scalar inputs. | |
• seconds | Create a ’duration’ X seconds long, or get the seconds in a ’duration’ X. | |
• size2str | Format an array size for display. | |
• splitapply | Split data into groups and apply function. | |
• standardizeMissing | Insert standard missing values. | |
• startsWith | Test if strings start with a pattern. | |
• string | A string array of Unicode strings. | |
• struct2table | Convert struct to a table. | |
• table | Tabular data array containing multiple columnar variables. | |
• tableOuterFillValue | Outer fill value for variable within a table. | |
• timezones | List all the time zones defined on this system. | |
• vartype | Filter by variable type for use in suscripting. | |
• vecfun | Apply function to vectors in array along arbitrary dimension. | |
• years | Create a ’duration’ X years long, or get the years in a ’duration’ X. |
Previous: API by Category, Up: API Reference [Contents]