Function sopt = optionjoin(copt,fopt);
csopt = optionjoin(ccopt,fopt);
joins the key-value pairs, input as a row cell-array of
strings, copt, and representing the options in an option
list, into a single string, sopt.
If the first input argument contains a cell-array of
cell-arrays, ccopt, the output will be a cell-array of
strings csopt.
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;
-- strsplitchar.m;
-- strcmpvh.m;
-- strjoinnonempty.m.
(c) 2026 fabien van mook
2026.08.20 release of this file within package "fvm-optionmanip" under GNU GPLv3+