Activex google earth plugin and matlab
Afficher commentaires plus anciens
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
Réponses (3)
Oleg Komarov
le 22 Juil 2011
0 votes
5 commentaires
Javier
le 22 Juil 2011
Oleg Komarov
le 22 Juil 2011
So what do you get when GE.IsInitialized or GE.IsOnline?
Javier
le 24 Juil 2011
Oleg Komarov
le 24 Juil 2011
Yes it should be running, try one of the example to set the camera on some coordinates.
Javier
le 24 Juil 2011
Sven Koerner
le 3 Août 2011
0 votes
See an example for embedded GE-javascript based API Plugin ( http://code.google.com/intl/de-DE/apis/earth/ ):
1 commentaire
Javier
le 4 Août 2011
Sven Koerner
le 8 Août 2011
0 votes
I forgot the fig-file - sorry!!! But now it is also in the zip file, so that it should work!
Catégories
En savoir plus sur ActiveX dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!