フィルターのクリア

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

4 ビュー (過去 30 日間)
João Domingos
João Domingos 2015 年 8 月 13 日
編集済み: Walter Roberson 2015 年 8 月 13 日
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 Center および File ExchangeMATLAB Mobile についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by