Robochameleon
v1.0
|
This function translates structures of parameters into strings and strings into structrues. More...
Go to the source code of this file.
Functions | |
function | paramParser (in in, in varargin) |
Translates structures of parameters into strings and strings into structrues. More... | |
function | value2str (in value) |
This function translates structures of parameters into strings and strings into structrues.
Observations:
Example:
translates to
(And the other way around)
Parameters groups
The function also supports groups, i.e:
translates to
Definition in file paramParser.m.
function paramParser | ( | in | in, |
in | varargin | ||
) |
Translates structures of parameters into strings and strings into structrues.
in | A file name containing parameters or a structure of parameters. |
prefix | A prefix that is appended at the beginning of the output string in struct>string mode. [Optional] |
out | A structure of parameters or a file name without extension containing all the parameters. |