I can´t get the GPS coordenates from my Android using the sensorUDP and Matlab Mobile
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello i´m trying out the Matlab Mobile app and the sendorUdp. I can already log in and get the orientation , acceleration and magnetic field information, but i cannot get the latitude, longitude, latitude and speed. My version of matlab is R2013a and when i run showLatestValues() function the following message appears:
----------------------------------------------------------------------------------------------------------------------
Measurement Latest Values Units Log Size
------------- ---------------------------------- ------- --------
Acceleration 0.58 -0.04 -9.38 m/s^2 <19062x3>
MagneticField 1.67e-05 -1.38e-06 -4.04e-05 Tesla <8180x3>
Orientation 85.34 3.47 -0.25 degrees <8184x3>
Waiting for: Latitude, Longitude, Altitude, and Speed. More information.
----------------------------------------------------------------------------------------------------------------------
I´m following a example code and it says to:
----------------------------------------------------------------------------------------------------------------------
%%View the most recent values collected
% To collect some data first, we will pause for a few minutes to allow for
% some travel time.
minutes = 5;
seconds = minutes * 60;
pause(seconds)
----------------------------------------------------------------------------------------------------------------------
I already done that and still i cannot get the data. What´s the problem? I don´t understand.
Thank you for any help in advance
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur MATLAB Mobile dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!