Question


create day month and year
I want to create three tables in Matlab Year,Month and Day and then concatenate into one column so that 1970 1 1 1970 1 2 ....

7 years ago | 2 answers | 0

2

answers

Question


average of one column of many text file
I have three hundrad text files and each have 4 columns.I have to do average of 3rd column of all the text files.It will come as...

8 years ago | 1 answer | 0

1

answer

Question


zonal stat in matlab
I want to do zonal statistics for an area.I have a shapefile and a raster image and nc file also.If there is any way to do zonal...

8 years ago | 0 answers | 0

0

answers

Question


How to add wind direction to image
Sir I have done a plotting of soil moisture map for a region and plot its shapefile upon it.My code is if true % code ...

8 years ago | 1 answer | 0

1

answer

Question


add shapefile behind an Image
I have a India shapefile.I show it in matlab a=shaperead(file);s=mapshow(s);I want to show only upper portion of india behind an...

8 years ago | 2 answers | 0

2

answers

Question


adding boundary to shapefile
Sir, I plot an Image from a nc file by using imagesc(lon,lat,a);I want to add my area shapefile.I import s=shaperead(shapefile)...

8 years ago | 2 answers | 0

2

answers

Question


extracting particular row and column
I have a matrix like this 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 5 6 7 8 5 6 7 8 5 6 7 8 5 6 7 8 9 10 11 1...

8 years ago | 2 answers | 1

2

answers

Question


How to extract data from nc file by using shape file in MATLAB
How to extract data from nc file by using shape file in matlab. I am sending a sample .nc file of resolution 1*1 degree and shap...

8 years ago | 3 answers | 1

3

answers

Question


xyzgrd problem in matlab
Me try to do a function in matlab [lon,lat,rainfall] = xyz2grid(A(:,1),A(:,2),A(:,3)); Where A(:,1)=lon,A(:,2)=la...

8 years ago | 1 answer | 0

1

answer

Question


making map in matlab
if true % code end I have longitude,latitude and rainfall like that 77.245 31.465 427.94 77.195 31.465 427.92 77.1...

8 years ago | 2 answers | 0

2

answers

Question


How to create image from latitude and longitude
I have an ascii file where latitude,longitude and rainfall is there.I have to create an image from it it in matlab. Me attaching...

8 years ago | 0 answers | 0

0

answers

Question


how to change decimal places after point
I have so many text files named data_70.000_32.125 data_70.124_32.120 data_74.120_32.123 I have to make them ...

8 years ago | 1 answer | 0

1

answer

Question


nc file creation in matlab
I have a lot of ascii files with different lat lon. Like 65.125 5.125 1901 1 1 -999 65.375 5.125 1901 1 1 ...

8 years ago | 1 answer | 0

1

answer

Question


Stack nc files of 100 years
I have four nc files and each nc file is daily and three variables are there lat,lon and RF. I have to stack 2000 nc files like ...

8 years ago | 0 answers | 0

0

answers

Question


Changing file name in matlab
I have multiple text files. They are data_23_45.23, data_34.56_56.56, data_23_45 I want to change names and they are data_23....

8 years ago | 2 answers | 0

2

answers

Question


Changing file name in matlab
I have multiple text files.They are data_23_45.23,data_34.56_56.56,data_23_45 I want to change names and they are data_23.00_45...

8 years ago | 0 answers | 0

0

answers

Question


match row and column
I have one matrix a= 1 3 0 2 5 0 3 7 0 4 8 0 5 10 0 and another is b= 5 10 3 7 I want to d...

8 years ago | 1 answer | 0

1

answer

Question


How to assign projection in tiff file in matlab
I have a tiff file for India for TRMM rainfall data and I have to assign projection there.Geographic WGS 1984.How I assign and s...

8 years ago | 0 answers | 0

0

answers

Question


converting tiff from ascii
I have rainfall data in lat lon Rainfall 34.67 87.56 79 34.68 87.56 90 Now I want to convert it in .tiff image fo...

8 years ago | 1 answer | 0

1

answer

Question


creating folders in matlab
How can I create folders by name 1,2,3,4 in a directory

8 years ago | 1 answer | 0

1

answer

Question


changing names of files
I have 100 file name wflux_23.34_86.45,wflux_12.34_76.34 like that and I have to change the name data_23.34_86.45,data_12.34_76....

8 years ago | 1 answer | 0

1

answer

Question


decimal places changing in matlab
I have a text file data_23.345_67.234.I want two decimal places like data_23.35_67.23.How can I do it?

8 years ago | 0 answers | 0

0

answers

Question


Changing file name in Matlab
I nave a file named wflux_23.25_86.75.I have to change the name of the file as data_23.25_86.75.How can we do this in Matlab.

9 years ago | 1 answer | 0

1

answer

Question


How to add rows at a specific location
I have a text file like this 1 2 0 30 0.7646 0.150 0.400 0.350 0.600 1.000 0.000 34 0.2354 0.150 0.000 0.350 0.00...

9 years ago | 0 answers | 0

0

answers

Question


How can I plot Months in x axis in Matlab
I have a excel sheet Jan =-9.863459038 Feb=-34.33708151 Mar=-57.98922801 Apr=-52.98083559 May=-46.13563686 J...

9 years ago | 1 answer | 0

1

answer