i am getting data from a sensor in serial communication, How to delete the first string i get from it
Mostrar comentarios más antiguos
after connection i want to print just acc , gyro and mag values. I get 'initializationsuccessful' as my first data set . I dont want that to be there. Help me out
for i= 1:50
data =fscanf(s,'%s');
if data(i)== 'initializationsuccesful!'
delete(data)
else
Acc_Val = data(:,1:21)
end
end
3 comentarios
jonas
el 10 de Jul. de 2018
I do not understand the question. Can you describe the data and the desired output?
arvind ramasamy
el 11 de Jul. de 2018
Respuestas (0)
Categorías
Más información sobre MATLAB Support Package for Arduino Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!