Navigation : Top/MATLAB/Google Earthとの連携
* Matlab applications for Google Earth [#na48ab54]
- Google Earth Toolbox
-- http://www.mathworks.com/matlabcentral/fileexchange/12954
-  Google Earth COM API
-- http://www.mathworks.com/matlabcentral/fileexchange/20031-google-earth-com-api-example

* 重要なもの [#e6d7f65a]

** Google Earth Toolbox [#w34fae19]
Google earth上で読み込めるKMLファイルを作成できる.
plot, surf, mesh等の基本的な図を,Google Earth上にプロットできる.
かなり汎用的.
** インストール [#v62362be]
解凍してパスを通すだけ
** 使い方: [#x4eae8fa]
デモを見ればだいたい分かる.


** Google Earth COM API [#hc5eab95]
Matlabを通じて,Google Earthの視点等をコントロールできる.
** インストール [#v62362be]
解凍してパスを通すだけ
** 使い方: [#x4eae8fa]
- GEserver
-- Google Earthとmatlabの接続
 ge = GEserver;



* その他 [#eb159ccf]
- GE上にplot. デフォルトのplotを置き換える感じ.簡単だが,複雑なことは出来ない.
-- [[geplot:http://www.mathworks.com/matlabcentral/fileexchange/12948-geplot]]
- scatter plotをGEで
-- [[GESCATTER:http://www.mathworks.com/matlabcentral/fileexchange/23187-gescatter]] 



* Link [#g79411a1]
- [[Google Earthの使い方]]