Plotting from Matlab to Google Earth under OSX 10.8
조회 수: 4 (최근 30일)
이전 댓글 표시
Apple Mac - OSX 10.8.2
Matlab R2012b
I have the ability to generate *.kml files and would like to have matlab spawn Google Earth and plot these files instead of having to double click the file in the OS and spawn. I believe it can be done under Windows using "winopen."
Is there any way to do it under Matlab under OSX?
Thanks in advance
댓글 수: 0
채택된 답변
Walter Roberson
2012년 10월 20일
system('/Applications/GoogleEarth.app/TheActualBinary &');
with TheActualBinary changed as appropriate.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Google Earth에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!