I can´t get the GPS coordenates from my Android using the sensorUDP and Matlab Mobile

2 views (last 30 days)
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

Answers (0)

Categories

Find more on MATLAB Mobile in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!