fabien van mook

all packages "fvm-*"

package "fvm-optionmanip"

function file "optionvaluetostr.m"

Function copt = optionvaluetostr(copt,fopt);
         ccopt = optionvaluetostr(ccopt,fopt);

converts numeric or cell-arrays in each even element of
row cell-array copt into a single string.

The first input argument may also be a cell-array of
cell-arrays, ccopt.

The second input argument is optional.

See the help text of m-file optioninfo.m for further
explanation.

The function internally calls the following non-standard
m-files:
-- optionformat_default.m;
-- strcmpvh.m;
-- valuetostr.m.


(c) 2026 fabien van mook

2026.08.20 release of this file within package "fvm-optionmanip" under GNU GPLv3+