Activex google earth plugin and matlab
显示 更早的评论
Hello.
I'm trying to open the google earth plugin from matlab, using an activex server because I want to use COM port, so I do this
gE = actxserver('GoogleEarth.ApplicationgE')
But the problem is that I'm not sure if with this command I create a conection with google earth server or with google eart API/plugin server. Being what I really want a conection with google earth api/plugin, how could I do that?
thank you,Javier
回答(3 个)
Oleg Komarov
2011-7-22
0 个投票
5 个评论
Javier
2011-7-22
Oleg Komarov
2011-7-22
So what do you get when GE.IsInitialized or GE.IsOnline?
Javier
2011-7-24
Oleg Komarov
2011-7-24
Yes it should be running, try one of the example to set the camera on some coordinates.
Javier
2011-7-24
Sven Koerner
2011-8-3
0 个投票
See an example for embedded GE-javascript based API Plugin ( http://code.google.com/intl/de-DE/apis/earth/ ):
Sven Koerner
2011-8-8
0 个投票
I forgot the fig-file - sorry!!! But now it is also in the zip file, so that it should work!
类别
在 帮助中心 和 File Exchange 中查找有关 ActiveX 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!