![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
Files | |
file | get_matlab_output.m |
Returns a string containing the text that MATLAB shows when you type the variable name in the command prompt. | |
file | get_suffix.m |
Finds a suffix based on the class name. Isolates the bit after the last undescore. | |
file | cell2csv.m |
Creates CSV string to be saved into CSV file. | |
file | cell2str.m |
Converts cell to string. The generated string will produce the same cell (i.e., c again) if eval()'uated. | |
file | classlabels2cell.m |
Class labels hierarchy resolver. | |
file | convert_to_str.m |
Makes it into something that can be eval()'ed. | |
file | int2ord.m |
Converts integer to ordinal number string. | |
file | params2str.m |
Converts a parameters cell into a string. | |
file | params2str2.m |
Converts a parameters cell into a string. | |
file | parse_classmaps.m |
Parses expression into classmaps. | |
file | get_no_cols_deli.m |
Determines number of columns and delimiter from a CSV file. | |
file | good_filename.m |
file | good_varname.m |
file | resolve_dir.m |
Auxiliar to mergetool.m. | |
file | cell2html.m |
Creates HTML table from cell. | |
file | cellcolor.m |
Calculates a background color based on percentage. | |
file | confusion_cell.m |
Transforms matrix into a cell of strings. | |
file | confusion_str.m |
Transforms matrix into a string. | |
file | fel.m |
Returns the first element of a cell or the argument itself if it is not a cell. | |
file | format_number.m |
file | html_comparison.m |
Transforms comparison matrix into HTML. | |
file | html_comparison_std.m |
Transforms comparison matrix into HTML. | |
file | html_confusion.m |
Transforms matrix into HTML. | |
file | html_table_std.m |
HTML table where data items may have associated standard deviations. | |
file | html_table_std_colors.m |
HTML table where data items may have associated standard deviations. | |
file | replace_underscores.m |
Replaces underscores with a '-'. | |
file | strip_code.m |
Extracts things like 'A' from things like 'code = "A"'. | |
file | strip_quotes.m |
Removes double quotes from both ends of the string. | |
file | uniquenesses.m |
Extract unique part of each string within a cell. | |
file | menu.m |
Text-based menu. | |