mphsetparam(model, name, value) sets a parameter with
name to
value.
value can be a string or a scalar variable (real or complex). If a unit must be supplied then
value has to be a string. If the parameter does not already exist, it is created. If the parameter exists its description is not changed.
mphsetparam(model, data_cellarray) sets the parameters defined in
data_cellarray that must contain an even number of elements with pairs of parameter names and values.
mphsetparam(model, data_struct) sets the parameters defined in
data_struct using the fieldnames as parameter names and the struct values as values for the parameters.
mphsetparam(model, data_dictionary) sets the parameters defined in
data_dictionary using the keys as parameter names and the dictionary values as values for the parameters.