MATLAB ヘルプ センター
Load sensor parameters from JSON file
loadparams(sensor,file,PN)
loadparams(sensor,file,PN) configures the imuSensor object, sensor, to match the parameters in the PN part of a JSON file, File.
sensor
file
PN
imuSensor
File
example
collapse all
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: [1×1 accelparams] Gyroscope: [1×1 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: [1×1 accelparams] Gyroscope: [1×1 gyroparams] Magnetometer: [1×1 magparams] RandomStream: 'Global stream'
IMU sensor, specified as an imuSensor system object.
.json
JavaScript Object Notation (JSON) format file, specified as a .json file.
string
Part name in a JSON file, specified as a string.
Introduced in R2020a
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.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ