Created
September 25, 2008 14:34
-
-
Save mattfoster/12829 to your computer and use it in GitHub Desktop.
Create a grid structure from TEC data.
This file contains hidden or 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
% Given TEC data already resides in Ne.... | |
Grid = setgrid('Rad', Ne.Rad, 'Lat', Ne.Lat, 'Lon', Ne.Lon); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment