IMC
Followers: 0 Following: 0
Statistics
21 Questions
0 Answers
RANK
65,671
of 295,448
REPUTATION
0
CONTRIBUTIONS
21 Questions
0 Answers
ANSWER ACCEPTANCE
47.62%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to display a particular range of log value at x-axis?
Hello everyone, I have a simple question about x-axis display values. Here is my code: figure hAx=axes; hold on g1 = gsc...
2 years ago | 1 answer | 0
1
answerQuestion
Why scatterplot shows one point in different color and rest all the points are different?
Hello, I've made a scatterplot as shown below. As it's clearly seen that one point in the scatterplot is of purple color. I can...
2 years ago | 1 answer | 0
1
answerQuestion
Problem in making multiple scatterplots/subplots?
Hi everyone, I am suppose to make 9 scatterplots/subplots in one figure/plot (separate is fine too). My data comprises of 4 var...
2 years ago | 1 answer | 0
1
answerQuestion
How to compare lat lon from text file with netcdf file?
Hi I am trying to extract data based on lat lon values (it's a netcdf file). Before doing this step I need to compare lat lon v...
2 years ago | 1 answer | 0
1
answerQuestion
Problem in using interp2
Hello, I want to interpolate my latitude longitude values. They are in the form of matrix. Lat = 406x270; Lon = 406X270; I...
3 years ago | 1 answer | 0
1
answerQuestion
Mean and median at each interval
Hello, My excel file has 3 columns representing Temperature (in Kelvin), Volume and Mass. At each 1°C interval I want a mean o...
3 years ago | 2 answers | 0
2
answersQuestion
The logical indices contain a true value outside of the array bounds.
Hi everyone, I am trying to do indexing to get the values in order to plot it. My variables: Temp1 = 7570x1 double; Temp2 = ...
3 years ago | 1 answer | 0
1
answerQuestion
Calculate median at every interval
My data comprises of 2 variables X (25x1) and Y(25x1). I want to calculate X median at each interval of Y and then plot it. Kind...
3 years ago | 1 answer | 0
1
answerQuestion
How to remove NaN from 2 column vectors?
Hi everyone, I have 2 column vectors with 12 values each: X = [2 4 8 NaN 13 NaN 3 6 NaN 38 40 11] Y = [NaN NaN 2 NaN 1...
3 years ago | 1 answer | 0
1
answerQuestion
How to select area precisely based on latitude and longitude?
Hello everyone, I need to do analysis for just this part (black in figure 1). I want to be very precise regarding area selecti...
3 years ago | 3 answers | 0
3
answersQuestion
How to take average for each bin and then plot it?
Hello everyone, I am trying to bin and then plot the binned data. My data is radius = 19125x1 double and temperature is 19125x1...
3 years ago | 1 answer | 0
1
answerQuestion
How to extract area using inpolygon
Hello everyone, I need to do analysis on just rectangular part of my figure. Therefore, I tried to extract that area using inp...
3 years ago | 1 answer | 0
1
answerQuestion
Error using plot Vectors must be the same length.
Hello, I am trying to plot Radius verses temperature in my code. Radius is matrix (2030x1354 double) and I just want to plot t...
3 years ago | 1 answer | 0
1
answerQuestion
Is there a function to convert column vector to matrix?
Hello everyone, I am trying to create a map from below code. I have done logical indexing and therefore I have a column vector...
3 years ago | 1 answer | 0
1
answerQuestion
How can I convert the y-axis values to percentage from (0%-100%)?
Hi, How can I convert the below y-axis values to percentage from (0%-100%)? Kindly help. Thank you!
3 years ago | 1 answer | 0
1
answerQuestion
How can I create/define a 1 degree x 1 degree grid in MATLAB?
Hello, I would much appreciate if anyone could help me with this. How can I create/define a 1 degree x 1 degree grid in MATLA...
3 years ago | 1 answer | 0
1
answerQuestion
How can I calculate the percentage of clouds within each grid box i.e. 1 degree x 1 degree?
Hello everyone, My data (clouds: 11376*270) has a spatial resolution of 5 km. It contains values: 1 (clear), 2 (probably clear...
3 years ago | 2 answers | 0
2
answersQuestion
netcdf files in a predefined domain
Hello, I am trying to read multiple netcdf4 files in a predefined area (lat and lon). I want values OUTSIDE my predefined area...
3 years ago | 1 answer | 0
1
answerQuestion
Assigning NaN to certain values
Hello, I am trying to read nc file and it contains values (-177.6600, -177.6500, -177.6300, -177.5900, -177.5700). I want to a...
3 years ago | 2 answers | 0
2
answersQuestion
Getting data values using lat and lon indexes
Hello, I have 2 column vectors (latitude (2401,1) and longitude (2401,1) and 1 matrix (Cloud top temperature (2401x2401)) extra...
4 years ago | 1 answer | 0
1
answerQuestion
Reducing the number of count/values in each bin in MATLAB
Hello, How can I reduce the no. of values/count that fall into each bin? I am using histcount function Intervals_CTT = [-100:...
4 years ago | 1 answer | 0