plot inside Google Earth Balloon with Matlab

10 ビュー (過去 30 日間)
Marco Gianfelice
Marco Gianfelice 2018 年 9 月 5 日
編集済み: Marco Gianfelice 2018 年 9 月 5 日
I'm trying to plot a timeseries inside the Google Earth placemark balloon. Do you know how to do that with Matlab?
ref = importdata(rfn,rfd,rhl); % import data from loaded file
iconStr = 'http://maps.google.com/mapfiles/kml/pal2/icon18.png';
kmlstr = ge_point(ref.data(2,5),ref.data(2,4),ref.data(2,6),'iconURL',iconStr);
ge_output('example.kml',kmlstr);
That's what I've done
and that's an example of what i should do.
I'm using Google Earth toolbox and i tried with ge_screenoverlay function and with ge_plot nested inside ge_point but didn't work.
Thanks you!

回答 (0 件)

カテゴリ

Help Center および File ExchangeGoogle Earth についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by