Configuration | Infrastructure | Documentation | Examples | Conversion |
---|
callNamedR('paste', 1:3, 5:7, {'collapse', ' < ', 'sep', ', '})i.e. the last argument is a cell of name-value pairs.
Alternatively, allow a struct, using the field names as the argument names and values as the arguments.
callNamedR('paste', 1:3, 5:7, struct('collapse', ' < ', 'sep', ', '))
Merge the vector, matrix and array converters into a single
block of code.
Done for R to Matlab for all basic types.
And for Matlab to R for all. Strings are a little weird
but I think they are okay.
Not done for cells.