This class-based toolbox allows you to create many different plots in Google Earth, by automatically creating the required xml-based kml files without user interaction.
With it, you can create:
- line plots, scatter plots
- 2D and 3D contours
- 2D and 3D polygons
- 2D and 3D quiver plots
- write text in a given point
- place 3D models
- overlay images
- transfer more complex figures as images
- folders, subfolders,... to aggregate similar plots
- animate 3D models into a pre-defined trajectory
To install the toolbox into your MATLAB path, go to the toolbox directory and run:
>> kml.install
Now with documentation of each function and the available parameters. To view the help, run in MATLAB:
>> kmldoc
or
>> kmldoc kml.plot %or any other of the available plots
If you enjoy it, just drop me an email at kml@rafael.aero saying for what you're using it :).
Inspired by the original Google Earth Toolbox, but implemented using XML objects, which makes it much easier to use. I just checked it in the 2011a release of MATLAB, but it should work in older releases too... (Let me know if not!) |