loadimupart
R2026bSyntax
Description
The loadimupart function returns an
imuSensor
System object™ preconfigured with parameters from a real IMU hardware datasheet. Use this
function to simulate the behavior of a specific commercial IMU part without manually setting
sensor noise, bias, and measurement range properties.
The "MW.IMU" collection includes the following IMU hardware
parts. Use tab completion to identify available operating modes for each part.
| Manufacturer | Part Number |
|---|---|
"STMicroelectronics" | "ISM330IS" |
"TDKInvenSense" | "ICM-20948" |
returns a parameterized imu = loadimupart(collectionID,manufacturer,partNumber,operatingMode)imuSensor
System object corresponding to the IMU hardware part matching the specified collection,
manufacturer, part number, and operating mode.
Note
The available IMU hardware parts depend on the installed dataset version. Before
loading IMU parts, ensure that the IMU hardware part datasets are installed using the
installimuparts function.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b