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