Community Profile

goyanks1989


Active since 2016

Followers: 0   Following: 0

Message

Earth and Atmospheric Science Student

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Mean of Multiple Matrixes
I have 9 matrixes all the same size (90x144), say they're called z1,z2,z3...z9 How do I take the mean of all 9 matrixes s...

7 years ago | 1 answer | 0

1

answer

Question


How to ignore values or set to NaN while keeping matrix same size?
I have a 2400 x 2400 matrix, 'alb_short', with values ranging from 1-100, but with many outliers over 100 which need to be ignor...

8 years ago | 1 answer | 0

1

answer

Question


Finding mean of matrix excluding 0
I have a 4 1200x1200 matrixes which includes numerous 0 values, lets just call them 'a' 'b' 'c' and 'd' How do i find the mea...

8 years ago | 2 answers | 0

2

answers

Question


What function to plot lat, lon and a variable on a topographic map?
My variables are latitude, longitude and land surface temperature and are set up as 1200 x 1200 tables. I would like to plot the...

8 years ago | 1 answer | 0

1

answer

Question


How to extend a row vector so the result is a table?
I have 1 x 1200 row vector and need to extend each column down 1200 spots so that the result is a 1200 x 1200 table with the sam...

8 years ago | 1 answer | 0

1

answer

Question


Calculate percentile when logical is true
I am looking at a large data set from NASA flight. I am only interested in points when the airplane is higher than 8 km so I s...

8 years ago | 1 answer | 0

1

answer

Question


Index exceeds matrix dimensions
Hello, I am receiving an error at line 74 and was curious why this error is occurring and what I should do to resolve the issue....

8 years ago | 1 answer | 0

1

answer

Question


Error Using Horzcat: Dimensions of matrices being concatenated are not consistent
I am receiving the following error message: Error using horzcat Dimensions of matrices being concatenated are not consist...

8 years ago | 1 answer | 0

1

answer

Question


Index Exceeds Matrix Dimensions in Large Array of Data
When running the attached code, I receive this error: % Index exceeds matrix dimensions. Error in NonConvective (line 74...

8 years ago | 1 answer | 0

1

answer

Question


Combining 2 Matrixes to Run in Large Data Set
I have already ran a successful code that starts and stops at a specific time from a very large data set, with each comma separa...

8 years ago | 2 answers | 0

2

answers