![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19674908_1600877466498_DEF.jpg)
SWARNENDU PAL
Followers: 0 Following: 0
Statistics
RANK
188,263
of 297,016
REPUTATION
0
CONTRIBUTIONS
15 Questions
1 Answer
ANSWER ACCEPTANCE
53.33%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
3 years ago | 2 answers | 0
2
answersQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 2 answers | 0
2
answersQuestion
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
answerQuestion
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
answerQuestion
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
answerClimatological mean of several years
I have given the wrong dimension. The surrent dimension is 128x64x216 (lonxlatxtime). I want to reduce it to 128x64x12
4 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...
4 years ago | 1 answer | 0
1
answerQuestion
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;...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 0 answers | 0
0
answersQuestion
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...
4 years ago | 2 answers | 0
2
answersQuestion
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...
4 years ago | 1 answer | 0
1
answerQuestion
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...
4 years ago | 1 answer | 0
1
answerSolved
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 ...
4 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...
4 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:...
4 years ago