photo

Haa Andrew


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

12 Questions
0 Answers

RANK
196,639
of 300,756

REPUTATION
0

CONTRIBUTIONS
12 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,890

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


masking data of an image
I have A=50x60 image. I want to mask A<0.02. How can I do that?

8 years ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer