Matlab EOF Analysis

Matlab EOF Analysis

Matlab–EOF Analysis Author: The Eighth Galaxy – Shitou Ren Contact Email: [email protected] Data: nc data Read Data %% EOF Analysis clc;clear;close all %% Read Precipitation Related Data datadir = 'E:\prep\'; % Loop to read precipitation data filelist=dir([datadir,'*.nc']); for i = 1:129 ncid =[datadir,filelist(i).name]; time(:,i)=ncread(ncid,'time'); precip(:,:,i)=ncread(ncid,'precip'); end path = [datadir,filelist(1).name]; ncdisp(path) mlat = double(ncread(path,'latitude')); mlon = … Read more

Raspberry Pi Based Windows XP on Linux

Raspberry Pi Based Windows XP on Linux

Follow,Star Public Account, don’t miss out on exciting content Source: Open Source China Edited by: strongerHuang Source link: https://www.oschina.net/news/115232/raspberry-pi-linux-raspbian-xp-professional-windows Raspberry Pi, known as “树莓派” in Chinese, abbreviated as RPi (or RasPi / RPI), is designed for learning computer programming. It is a microcomputer the size of a credit card, running on a Linux-based system. The … Read more