Skip to content

Commit

Permalink
Removed array from tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
JonKing93 committed Feb 5, 2020
1 parent 40ff3e8 commit e0629d9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Tutorials/T1_fileIO.m
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,6 @@
% do
%
% >> gridFile.addData( 'tutorial.grid', 'mat', "LME_SLP_run4_850-1850.mat", "SLP", ["lat", "time", "lon"], sourceMetadata );
%
% Or if I had the data in an array named X loaded into the workspace, I
% could do
%
% >> gridFile.addData( 'tutorial.grid', 'array', X, [], ["lat","time","lon"], sourceMetadata )
% (Note that workspace arrays are written directly to the .grid file. So
% you can clear your workspace later, and the data will still be
% available.)

% Nice! We've successfully added data to a .grid file. You can stop here if
% you like, but the next two sections explain a few more useful methods for
Expand Down

0 comments on commit e0629d9

Please sign in to comment.