3 %> @brief Assigns several fields to structure or
object.
5 %> @param params Cell followint the pattern @verbatim {
'property1', value1,
'property2', value2, ...}
@endverbatim
7 for i = 1:length(params)/2
8 varname = params{i*2-1};
function setbatch(in o, in params)