Programming Utilities: Difference between revisions
Jump to navigation
Jump to search
imported>Donal No edit summary |
imported>Benjamin No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
:[[besttime]] - Returns a string describing the time interval provided (in seconds). | :[[besttime]] - Returns a string describing the time interval provided (in seconds). | ||
:[[cellne]] - Compares two cells for inequality in size and/or values. | :[[cellne]] - Compares two cells for inequality in size and/or values. | ||
:[[classsummary]] - List class and axisscale distributions for a DataSet. | |||
:[[comparevars]] - Compares two variables of any type and returns differences. | :[[comparevars]] - Compares two variables of any type and returns differences. | ||
:[[encode]] - Translates a variable into matlab-executable code. | :[[encode]] - Translates a variable into matlab-executable code. | ||
:[[erdlgpls]] - Error dialog. | :[[erdlgpls]] - Error dialog. | ||
:[[evrimovepath]] - Move all Eigenvector products to the top or bottom of the Matlab path. | |||
:[[evrirelease]] - Returns Eigenvector product release number. | :[[evrirelease]] - Returns Eigenvector product release number. | ||
:[[evriscript]] - Create a chain of steps where each step applies a single pls_toolbox function. | :[[evriscript]] - Create a chain of steps where each step applies a single pls_toolbox function. | ||
:[[exportfigure]] - Automatically export figures to an external program. | :[[exportfigure]] - Automatically export figures to an external program. | ||
:[[figbrowser]] - Browser with icons of all Matlab figures. | :[[figbrowser]] - Browser with icons of all Matlab figures. | ||
:[[figuretheme]] - Resets a figure background and axes to a specified color. | |||
:[[findindx]] - Finds the index of the array element closest to value r. | :[[findindx]] - Finds the index of the array element closest to value r. | ||
:[[getdatasource]] - Extract summary dataset info. | :[[getdatasource]] - Extract summary dataset info. | ||
Line 16: | Line 18: | ||
:[[moveobj]] - Interactively reposition graphics objects. | :[[moveobj]] - Interactively reposition graphics objects. | ||
:[[helppls]] - Context related help on the PLS_Toolbox. | :[[helppls]] - Context related help on the PLS_Toolbox. | ||
:[[reversebytes]] - Flips order of bytes in a word. | :[[reversebytes]] - Flips order of bytes in a word. | ||
:[[setplspref]] - Set overriding options (preferences) for PLS_Toolbox functions. | :[[setplspref]] - Set overriding options (preferences) for PLS_Toolbox functions. | ||
:safename - Converts a string to a valid Matlab variable name | |||
:[[string_x]] - Add backslash before troublesome TeX characters. | :[[string_x]] - Add backslash before troublesome TeX characters. | ||
:[[svdlgpls]] - Dialog to save variable to workspace or MAT file. | :[[svdlgpls]] - Dialog to save variable to workspace or MAT file. | ||
(Sub topic of [[Categorical_Index|Categorical_Index]]) | (Sub topic of [[Categorical_Index|Categorical_Index]]) |
Latest revision as of 11:50, 11 January 2018
- besttime - Returns a string describing the time interval provided (in seconds).
- cellne - Compares two cells for inequality in size and/or values.
- classsummary - List class and axisscale distributions for a DataSet.
- comparevars - Compares two variables of any type and returns differences.
- encode - Translates a variable into matlab-executable code.
- erdlgpls - Error dialog.
- evrimovepath - Move all Eigenvector products to the top or bottom of the Matlab path.
- evrirelease - Returns Eigenvector product release number.
- evriscript - Create a chain of steps where each step applies a single pls_toolbox function.
- exportfigure - Automatically export figures to an external program.
- figbrowser - Browser with icons of all Matlab figures.
- figuretheme - Resets a figure background and axes to a specified color.
- findindx - Finds the index of the array element closest to value r.
- getdatasource - Extract summary dataset info.
- getmlversion - Returns current Matlab version as an integer.
- getplspref - Get overriding options (preferences) for PLS_Toolbox functions.
- lddlgpls - Dialog to load variable from workspace or MAT file.
- moveobj - Interactively reposition graphics objects.
- helppls - Context related help on the PLS_Toolbox.
- reversebytes - Flips order of bytes in a word.
- setplspref - Set overriding options (preferences) for PLS_Toolbox functions.
- safename - Converts a string to a valid Matlab variable name
- string_x - Add backslash before troublesome TeX characters.
- svdlgpls - Dialog to save variable to workspace or MAT file.
(Sub topic of Categorical_Index)