photo

WAN NOR NAZIRA MUSTAPA KAMAL


Last seen: 5年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
1 回答

ランク
133,498
of 300,765

評判
0

コントリビューション
11 質問
1 回答

回答採用率
45.45%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


Error using mpu6050 Too many input arguments. Error in line 3: imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',10,'ReadMode','Latest'); How can I solved it?
function [] = i2c_sensor() a = arduino('COM3', 'UNO'); imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',10,'ReadMode','Lat...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


How can I change this code to get the line when plotting the graph? Because I tried adding commands related but still there is no line when I am running the codes
function [] = i2c_sensor() a = arduino('COM3', 'UNO'); imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',10,'ReadMode','Lat...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Anyone help me, how can I change this code for me to plot the graph from the data obtained?
function [] = i2c_sensor() a = arduino('COM3', 'UNO'); imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',10,'ReadMode','Lates...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I change this code to make a header for each column like for instance accel X, accel Y, accel Z?
function [] = i2c_sensor() a = arduino('COM3', 'UNO'); imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',10,'ReadMode','Lates...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


What can I add in this code for me to plot the data that I obtained in real time graph?
function [] = i2c_sensor() a = arduino('COM3', 'UNO'); imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',10,'ReadMode','Lates...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


What can I add in this code for me to plot the data that I obtained in real time graph?
function [] = i2c_sensor() a = arduino('COM3', 'UNO'); imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',10,'ReadMode','Lates...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


What should I change in this code for me to get in the command window a 10 data of acceleration with 1 data for 1 second?
a = arduino(); imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',10,'ReadMode','Latest'); figure; xlabel('Time (s)'); ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Anyone can help me to understand this code?
a = arduino(); imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',10,'ReadMode','Latest'); figure; xlabel('Time (s)'); ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


How to do a loop to read 10 data of acceleration from this code?
function [] = i2c_sensor() a = arduino('COM3', 'UNO'); imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',5,'ReadMode','Latest...

5年弱 前 | 0 件の回答 | 0

0

回答

質問


Problem with running a Matlab code.
I am having problem with the code where when I first run the code, the outcome that I get is data in values and graph but when I...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Hi all! Could you please help me understand this piece of code here?
%% setup hold all a = arduino('COM3', 'Uno'); mpu = i2cdev(a,'0x68'); %mpu adress is normally 0x68 writeRegister(mpu, hex2de...

5年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Help with understanding a piece of code
Hi all can anyone help me to understand this code? %% setup hold all a = arduino('COM3', 'Uno'); mpu = i2cdev(a,'0x68'); %mp...

5年弱 前 | 0