WAN NOR NAZIRA MUSTAPA KAMAL
Followers: 0 Following: 0
Statistiques
RANG
73 592
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
11 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
45.45%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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)'); ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Anyone can help me to understand this code?
a = arduino(); imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',10,'ReadMode','Latest'); figure; xlabel('Time (s)'); ...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseHelp 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...
presque 4 ans il y a | 0