magparams
Description
The magparams
class creates a magnetometer sensor parameters
object. You can use this object to model a magnetometer when simulating an IMU with
imuSensor
. See the
Algorithms section of imuSensor
for details
of magparams
modeling.
Creation
Description
returns an ideal
magnetometer sensor parameters object with default values.params
= magarams
configures params
= magparams(Name,Value
)magparams
object properties using
one or more Name,Value
pair arguments.
Name
is a property name and Value
is
the corresponding value. Name
must appear inside single
quotes (''
). You can specify several name-value pair
arguments in any order as Name1,Value1,...,NameN,ValueN
. Any
unspecified properties take default values.
Properties
Examples
Extended Capabilities
Version History
Introduced in R2018b