Community Profile

photo

SWARNENDU PAL


Last seen: 2 years ago Active since 2020

Statistics

All
  • Thankful Level 3
  • Solver

View badges

Content Feed

View by

Question


Line plot with two different color based on the condition of the value
I have a array of 731 numbers. Some have value greater than 0 and some have value less than 0. I want to draw a plot based on th...

2 years ago | 2 answers | 0

2

answers

Question


How to extract data for some particular region from 1 dimenational satellite data (spatial)
I have level 2 satellite data. There are 3 variables, two of them are latitude and longitude and the other one is the physical v...

2 years ago | 1 answer | 0

1

answer

Question


How to find a particular value of a grid resolution from satellite data?
Hello everyone. I have plotted a satellite data over delhi region. Those rectangular boxes are the resolutions of the data. Now ...

2 years ago | 1 answer | 0

1

answer

Question


processing of satellite data
I have some satellite data. I need one particular variable from all this data. But the problem is, that these data are no same d...

2 years ago | 1 answer | 0

1

answer

Question


Got error while converting the low resolution data to high resolution data
I have some satellite data sets, which have a resolution of 2.5 degree. I want to make it to 0.1 degree resolution data. I have ...

2 years ago | 1 answer | 0

1

answer

Question


confusion during finding out the mean of a 3d vector
I have a 3d vector of size 1498x1498x24. I want to calculate the wholes mean of the vector. I have used two method and got two d...

2 years ago | 2 answers | 0

2

answers

Question


Same scaling of colormap in a multipanel spatial plot
I have uploaded a multi panel spatial plot. Notice that all the colorbars have different scale. I want to scale them in a single...

3 years ago | 1 answer | 0

1

answer

Question


Making 3d array using 2d arrays and how to do that
I have 438 files which are containing a 2d data. The size of the 2d data varies, sometimes the size is 215x3245 and sometimes th...

3 years ago | 1 answer | 0

1

answer

Question


how to make 3d array by stacking 2d arrays from sentinel 5p data?
I have 36 different netcdf files for one month. Every file contains an array of 215x3245 size. Now i want to make an 3d array of...

3 years ago | 1 answer | 0

1

answer

Answered
Climatological mean of several years
I have given the wrong dimension. The surrent dimension is 128x64x216 (lonxlatxtime). I want to reduce it to 128x64x12

3 years ago | 0

Question


Climatological mean of several years
I have a netcdf data set of (monthly timexlatitudexlongitude). No of month is 216, so total 18 years. 1st index represent the ja...

3 years ago | 1 answer | 0

1

answer

Question


Making an array using loop
A=[2;3;4;5;12;13;14;15;16;17;24;25;26;27;28;29;36;37;38;39;40;41;48;49;50;51;52;53;60;61;62;63;64;65;72;73;74;75;76;77;84;85;86;...

3 years ago | 1 answer | 0

1

answer

Question


problem regarding spatial data plot over India using pcolor function
Hi everyone. Hopefully everyone is okay. I am facing a problem regarding plotting a parameter over India region. I have done tha...

3 years ago | 0 answers | 0

0

answers

Question


shading plots between one standard deviation
I am trying to shade the region between two standard deviation. So i write code like the below : plot(datenum(monthly_mean.myt...

3 years ago | 2 answers | 0

2

answers

Question


Error in hand written code
I have attached a hand written function, which gives various informatio related to a univariate dataset. Now i have checked that...

3 years ago | 1 answer | 0

1

answer

Question


how to manipulate ytick?
I have plotted this graph with the following code : plot(0:23,ozone_values(:,1),0:23,ozone_values(:,2),0:23,ozone_values(:,3),0...

3 years ago | 1 answer | 0

1

answer

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

3 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

3 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 years ago