필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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개)

카테고리

Help CenterFile Exchange에서 MATLAB Mobile에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by