Feeds
提问
Removing NaN values among data
I have a matrix like this (this is an example matrix) A = [NaN NaN NaN NaN NaN; NaN NaN NaN NaN NaN; NaN 3 4 ...
8 years 前 | 2 个回答 | 0
2
个回答提问
Drawing only one country data from image
I have Remote Sensing image with Lat(23-38) and Lon(61-78). Now I want to extract only one country data and neglect other data. ...
8 years 前 | 1 个回答 | 0
1
个回答提问
masking data of an image
I have A=50x60 image. I want to mask A<0.02. How can I do that?
8 years 前 | 1 个回答 | 0
1
个回答提问
Percentile plot/graph
I have 80x100x27 matrix. Third array indicate my data. I want to PLOT one figure showing three different percentile [25 50 75] o...
8 years 前 | 0 个回答 | 0
0
个回答提问
3rd dimension data from each pixel to column-wise
I have 3D matrix of 80x100x27. Third dimnesion contains my required data. I want to extract each pixel value from third dimensi...
8 years 前 | 1 个回答 | 0
1
个回答提问
Daily data into month
I have data in A=2620x1 matrix and 2620 are days showing data daily data. I want to collect each day data month-wise column. How...
8 years 前 | 0 个回答 | 0
0
个回答提问
2D subtraction from 3D
I have 3D matrix A=50x60x180 and I want subtract B=50x60. Can anybody use "for loop" to do this operation?
8 years 前 | 0 个回答 | 0
0
个回答提问
2D subtraction from 3D
I have 3D matrix A=50x60x180 and I want subtract B=50x60 to get same size C=50x50x180? Can anybody use for loop to do this opera...
8 years 前 | 1 个回答 | 0
1
个回答提问
Adding 3rd dimensional array
I have same data in two matrices A=50x60x100 and B=50x60x80. I want to add third array to combine them in one matrix like C=50x6...
8 years 前 | 1 个回答 | 0
1
个回答提问
Array multiplication of 3D matrix
I have a 3D matrix A=10x20x31 and i want to multiply first two arrays and get a result like B=200x31 (2D). How can I multiphy fi...
8 years 前 | 0 个回答 | 0
0
个回答提问
how to match koppen land cover classification with Remote sensor image in matlab?
I have 100x150 image get from Remote sensing data and I have downloaded land cover classification grid data in .txt form, now I ...
8 years 前 | 0 个回答 | 0
0
个回答提问
daily data into weekly mean for whole year
I have 3D matrix 100x150x365 (Column 3 shows number of days). I want to get weekly mean in loop with same first two dimensions. ...
8 years 前 | 1 个回答 | 0
