Main Content
setParameter
Class: matlab.net.http.field.GenericField
Namespace: matlab.net.http.field
Set value of parameter in field
Syntax
field =
setParameter(field,name,value)
Description
field =
setParameter(
sets the field
,name
,value
)value
of the parameter name
and
returns the modified field
.
The returned field.Value
might be reformatted to remove extraneous
whitespace in the original value.
Input Arguments
Version History
Introduced in R2018a