loadparams
Description
Examples
Load Pre-defined Parameters in imuSensor
Create an imuSensor
system object.
s = imuSensor;
Load a JSON file.
fn = fullfile(matlabroot,'toolbox','shared',... 'positioning','positioningdata','generic.json');
Here is a screen shot of the JSON file with some parts collapsed.
Configure the object as a 6-axis sensor.
loadparams(s,fn,'GenericLowCost6Axis')
s
s = imuSensor with properties: IMUType: 'accel-gyro' SampleRate: 100 Temperature: 25 Accelerometer: [1x1 accelparams] Gyroscope: [1x1 gyroparams] RandomStream: 'Global stream'
Configure the object as a 9-axis sensor.
loadparams(s,fn,'GenericLowCost9Axis')
s
s = imuSensor with properties: IMUType: 'accel-gyro-mag' SampleRate: 100 Temperature: 25 MagneticField: [27.5550 -2.4169 -16.0849] Accelerometer: [1x1 accelparams] Gyroscope: [1x1 gyroparams] Magnetometer: [1x1 magparams] RandomStream: 'Global stream'
Input Arguments
sensor
— IMU sensor
imuSensor
object
IMU sensor, specified as an imuSensor
system object.
file
— JSON file
.json
file
JavaScript Object Notation (JSON) format file, specified as a
.json
file.
PN
— Part name
string
Part name in a JSON file, specified as a string.
Version History
Introduced in R2020a
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)