Skip to content

Commit

Permalink
Revert "Deleted octave folder, because this only the matlab version w…
Browse files Browse the repository at this point in the history
…ill be developed here."

This reverts commit 882a58c.
  • Loading branch information
skawtus authored and skawtus committed Mar 15, 2012
1 parent a4f0168 commit 3caff9e
Show file tree
Hide file tree
Showing 294 changed files with 20,572 additions and 0 deletions.
6 changes: 6 additions & 0 deletions octave/Contents.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
% The GoogleEarth Toolbox for MATLAB can be used to export
% data from MATLAB to a KML or KMZ file, which is GoogleEarth's
% native file format.
%
% <a href="matlab:open_content_html">Click for HTML documentation</a>

16 changes: 16 additions & 0 deletions octave/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

The GoogleEarth toolbox needs to be added to the MATLAB path before use.

This can be accomplished by running the 'addpath' command from the
matlab command prompt. For example:

>> addpath('/home/sdavis/googleearth')

Make sure to insert your the location of the GoolgeEarth toolbox on your
own system.


To make optimal use of the documentation, run the following command from
the command prompt (after having added the toolbox to the path):

>> googleearth -docinstall
Loading

0 comments on commit 3caff9e

Please sign in to comment.