![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
Converts a parameters cell into a string.
The parameters cell is like {'name1', value1, 'name2', value2, ...}
Definition in file params2str.m.
Go to the source code of this file.
Functions | |
function | params2str (in params, in flag_o) |
function params2str | ( | in | params, |
in | flag_o | ||
) |
params | |
flag_o | =0. Whether to generate a string like "o.property1 = value1;\no.property2 = value2;\n ..." |