Create keyword arguments for Python function
kwa = pyargs(
creates one or more
keyword arguments to pass to a Python® function. A Python keyword argument is a value preceded by an identifier. The
argKey,argValue
)pyargs
function is the only way to create keyword arguments in
MATLAB®. Use this function when creating py.dict
variables.