Skip to content

Instantly share code, notes, and snippets.

View gnodnooh's full-sized avatar

Donghoon Lee gnodnooh

  • University of Manitoba
  • Winnipeg, Manitoba, Canada
  • 15:18 (UTC -05:00)
View GitHub Profile
@gnodnooh
gnodnooh / example.geojson
Last active July 5, 2018 05:33
test_geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
%% Statistical Methods in the Atmospheric Sciences
% Ch09. Time Series
% Example 9.11. A More Complicated Annual Cycle
clc; clear; close all;
%% This section shows how to load data on MATLAB.
% *There are many ways to load data from your raw files, however you may not use traditional codes & loops
% which can be done by one function. Personally, I recommend you to look at a section of "Data Import and Export"
% in MathWork's manual (https://www.mathworks.com/help/matlab/data-import-and-export.html).
%