WAN NOR NAZIRA MUSTAPA KAMAL
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
73.663
of 295.849
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
45.45%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.292
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.677
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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)'); ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Anyone can help me to understand this code?
a = arduino(); imu = mpu6050(a,'SampleRate',50,'SamplesPerRead',10,'ReadMode','Latest'); figure; xlabel('Time (s)'); ...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaHelp 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...
casi 4 años hace | 0