Community Profile

photo

Subhodh Sharma


Last seen: 10ヶ月 前 2021 年からアクティブ

統計

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Content Feed

表示方法

質問


How to change the central longitude to 180E of world map for a 3D scatter plot?
Hello community, I have 3D aircraft temperature data at different lat,lon,altitude. I want to create 3D scatter plot with worl...

10ヶ月 前 | 0 件の回答 | 0

0

回答

質問


How to determine dates when aircraft moving northwards or southwards?
Hello community, I have a aircraft track dataset name Test.xlsx attached. It contains time, latitude, longitude and height of a...

11ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to mask a data using the contour closed line?
I have a lower resolution data. If I do masking using shapefile some portion around the boundary is getting cut. I just want to ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Finding number of points inside a 2.5*2.5 lat-lon grid box using matlab?
Hello everyone, I have a 1-D longitude and latitude data (attached excel file) (info about the data: irregular spacing ...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


Making own function to use in fourier transform ?
I want to create 10,000 sample (random phase but same power spectra) of my original time series using fourier spectrum analysis....

2年弱 前 | 0 件の回答 | 0

0

回答

回答済み
How can I make bigger the names plotted in the X axis from a variable?
Just increase the xticklable size.. dx=18 b = get(gca,'XTickLabel'); set(gca,'XTickLabel',b,'fontsize',dx) Increase the fon...

2年弱 前 | 0

| 採用済み

質問


How to smooth this contourf plot?
Hello everyone, I want to plot smooth contour filled data with the given data. I have tried this code. h1=contourf(X1,X2,DATA1...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to estimate the Statistical Significance of a Correlation When the Data Are Serially Correlated in matlab?
I want to calculate the statistical significance of a computed correlation coefficient when serial correlation is a concern. I ...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to show maximum variation of two dataset using contour plot with single colorbar?
I have attached two datasets (data1 and data2). The data1 has max value = 405.47 and min value=403.91. On the other hand, data2 ...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to do 3D plot using both contourf and surf plot?
Hello matlab community, I have two datasets ( Z = index and data=observation data) , both are 2D matrix and have different max/...

約2年 前 | 2 件の回答 | 0

2

回答

質問


How to make colormaps like the attached colorbar?
hello community, I am quite new to colorbar interpolation techniques. Therefore, I would really appreciate your help in this re...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


How to count pixel which are coming on the edge of the polygon?
Hello community, I am facing issue in masking the data according to shape file. I took Indian latitude and longitude informati...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to solve surface plot viewing issue?
I have plotted a data of dimension 20*86 using the surface command. You can see the highlighted zone where the x=4 and Y=10. But...

2年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How to reduce space between ylabel and y ticks in Matlab plot?
You can use the below command.. ylh=ylabel('ylabel'); % adding ylabelto figure dy=0.2; ylh.Position(1)=ylh.Position(1)-dy; % ...

2年以上 前 | 1

| 採用済み

質問


How to regrid into different resolution without interpolation?
I have a 2d data of resolution 0.5 deg. lat=-89.75:0.5:89.75 and lon=-179.75:0.5:179.75. data has dimension (720*360), first di...

2年以上 前 | 1 件の回答 | 1

1

回答

質問


How to handle multiple text files (geographical info) and finding a particular location from each text file?
Hello matlab community, I have multiple text files. Which contains time,value,lat,lon information. Each text file has a differe...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to make vertical stripes line contour plot?
Hello everyone, I have a one dimensional monthly data for 5 years (i.e, 60 points). The data are varying in range between -3 to...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to solve eigs/checkInputs issue in EOF analysis?
I am trying to do the EOF analysis using the the function of climate data toolbox. My data has the same form as the provided "ss...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to make a colorbar with single color with varying intensity?
I have a data whose max is 1.5 and min is -0.5. This is a 2d data. I want to make a colorbar with single color for the contourf ...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


Taking average over specified grid box resolution?
I have a latitude=88.75:2.5:-88.75 and longitude=-178.75:2.5:178.75; Data=rand(144, 72) ;what I want to take average over every ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Is there anyway to Re-grid one dataset to another dataset resolution without interpolating??
Hey everyone, I have a geographical data (A) of dimension (120(lon) × 90(lat)) whose longitude (start=-178.5, end=178.5) resolut...

2年以上 前 | 3 件の回答 | 0

3

回答

質問


How to plot imagesc plotting over apianus mapprojection?
myRand2D = rand(91,181); lat=1:91; lon=1:181; I have the above d...

2年以上 前 | 1 件の回答 | 0

1

回答