Subhodh Sharma
Followers: 0 Following: 0
Statistik
RANG
4.053
of 295.467
REPUTATION
12
BEITRÄGE
21 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
38.1%
ERHALTENE STIMMEN
2
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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....
mehr als 2 Jahre vor | 0 Antworten | 0
0
AntwortenHow 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...
mehr als 2 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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/...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortHow 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; % ...
etwa 3 Jahre vor | 1
| akzeptiert
Frage
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...
etwa 3 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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 ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to plot imagesc plotting over apianus mapprojection?
myRand2D = rand(91,181); lat=1:91; lon=1:181; I have the above d...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have a array of 61 number, i want to take mean of 1st and 17th number, then 2nd and 18th number and then want to put this mean values in a array?
I don't want to use loop here.
mehr als 3 Jahre vor | 1 Antwort | 0