Community Profile

photo

SWARNENDU PAL


Last seen: casi 2 años hace Con actividad desde 2020

Estadísticas

All
  • Thankful Level 3
  • Solver

Ver insignias

Content Feed

Ver por

Pregunta


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...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 3 años hace | 1 respuesta | 0

1

respuesta

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

casi 3 años hace | 0

Pregunta


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...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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;...

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Resuelto


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 ...

más de 3 años hace

Resuelto


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...

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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:...

más de 3 años hace