![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
HTML table where data items may have associated standard deviations.
Definition in file html_table_std.m.
Go to the source code of this file.
Functions | |
| function | html_table_std (in M, in S, in rowlabels, in collabels, in B, in cornerstr) |
| function html_table_std | ( | in | M, |
| in | S, | ||
| in | rowlabels, | ||
| in | collabels, | ||
| in | B, | ||
| in | cornerstr | ||
| ) |
| M | Square matrix or cell. If cell, may contain either numbers of strings |
| S | (Optional) Matrix of standard deviations. This one must be a matrix |
| rowlabels | cell of row labels |
| collabels | cell of column labels |
| B | matrix with 2-bit elements: less significant bit: "flag_better"; most significant bit: "statistically significant?" |
| cornerstr | =''. String to put in the corner |