Borrar filtros
Borrar filtros

How finish to write my script!!!

3 visualizaciones (últimos 30 días)
Carlos Batista
Carlos Batista el 15 de Jul. de 2014
Editada: Star Strider el 15 de Jul. de 2014
I'm try finish to write my script that have sea surface temperature (SST) data (...)
****************************************
lon=0:359;
lat=-88:88;
n=lat
m=lon
m*n
fid=fopen('globo.dat');
[a,b]=fread(fid,1,'integer*4');
sst=fread(fid,s,'real*4');
[a,b]=fread(fid,1,'integer*4');
[a,b]=fread(fid,1,'integer*4');
p=reshape(sst,m,n);
**************************************
My doubts is: How I create an matrix for the time? My temporal serial have 1000 times (...) and
How build my matrix com: lon,lat and temporal serial?
Thanks

Respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by