Feeds
提问
reduce size of netcdf file
I merge the binary file and save in NetCDF is this way clear all close all numfiles = 365; mydata = cell(1, numfiles); for ...
6 years 前 | 1 个回答 | 0
1
个回答提问
fopen for multiple binary files
I have to read Binary files in matlab , I have used following codes to open file file='D:\.....cmorph\CMORPH_V1.0_ADJ_0.25deg-...
6 years 前 | 0 个回答 | 0
0
个回答提问
plot map with colorbar for scatter point
I have 3 matrix with size is 454x1, 1 matrix for longtitude, 1 matrix for latitude and 1 for rainfall value (454 is the number o...
6 years 前 | 1 个回答 | 0
1
个回答提问
how can I read .dat file
I want to read data from .dat file, I use code: A=fopen('gsmap_rnl.20010101.0.1d.daily.00Z-23Z.v6.5133.0.dat'); tline=fgetl(A...
6 years 前 | 1 个回答 | 0
1
个回答提问
calculate sum of cell
I have precipitation data for 1 month for 11 years. Each cell show the data of each year. JUN = 1×11 cell array Colu...
6 years 前 | 1 个回答 | 0

