-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Deleted octave folder, because this only the matlab version w…
…ill be developed here." This reverts commit 882a58c.
- Loading branch information
skawtus
authored and
skawtus
committed
Mar 15, 2012
1 parent
a4f0168
commit 3caff9e
Showing
294 changed files
with
20,572 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.