Skip to content

Instantly share code, notes, and snippets.

@mattfoster
Created September 25, 2008 14:34
Show Gist options
  • Save mattfoster/12829 to your computer and use it in GitHub Desktop.
Save mattfoster/12829 to your computer and use it in GitHub Desktop.
Create a grid structure from TEC data.
% 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