![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
Files | |
file | fig_assert.m [code] |
Initializes globals COLORS, FONT, MARKERS, etc, if not present. | |
file | fig_reset.m [code] |
Clears globals colors, styles, fonts, etc. | |
file | ircode_add.m [code] |
Adds string to auto-generated code buffer (without executing) | |
file | ircode_assert.m [code] |
Initializes the IRCODE global, if not present. | |
file | ircode_edit.m [code] |
Opens the running "irr_macro_<nnnn>" in MATLAB editor. | |
file | ircode_eval.m [code] |
Evaluates code in 'base' workspace, adds to IRCODE.s and to the IRootLab log editbox if open. | |
file | ircode_eval2.m [code] |
Same as ircode_eval() but without the assestion and parameter check. | |
file | ircode_reset.m [code] |
Clears the IRCODE global. | |
file | more_assert.m [code] |
Initializes the MORE global, if not present. | |
file | parallel_assert.m [code] |
Initializes the PARALLEL global, if not present. | |
file | parallel_close.m [code] |
Closes the "MATLAB pool". | |
file | parallel_has.m [code] |
Checks if it is possible to use MATLAB's Parallel Computing Toolbox. | |
file | parallel_open.m [code] |
Opens a "MATLAB pool". | |
file | parallel_reset.m [code] |
Builds the PARALLEL global. | |
file | path_assert.m [code] |
Asserts the PATH global is present and initialized. | |
file | progress2_change.m [code] |
Changes progress bar. | |
file | progress2_close.m [code] |
Closes progress bar - actually just shows for last time! | |
file | progress2_open.m [code] |
Creates progress bar. | |
file | progress2_show.m [code] |
Shows progress bars - no globals. | |
file | progress_assert.m [code] |
PROGRESS globals management. | |
file | progress_change.m [code] |
Changes progress bar. | |
file | progress_close.m [code] |
Closes progress bar and below. | |
file | progress_open.m [code] |
Opens new progress bar. | |
file | progress_reset.m [code] |
Clears the PROGRESS global. | |
file | progress_show.m [code] |
Shows progress bars. | |
file | setup_load.m [code] |
Executes file irootlab_setup.m, if exists. | |
file | setup_write.m [code] |
writes MATLAB M file irootlab_setup.m | |
file | verbose_assert.m [code] |
Initializes the VERBOSE global, if not present. | |
file | verbose_reset.m [code] |
Resets the output vebose filename. | |
file | verbose_set_sid.m [code] |
Sets VERBOSE.sid. | |