Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
%% 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). | |
% |