photo

khan


Last seen: 7개월 전 2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
4 답변

순위
231,308
of 300,364

평판
0

참여
10 질문
4 답변

답변 채택
50.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
how to do simple linear regression in gui?
Perhaps what you want to know is cftool; that You can run from command window (>> cftool %enter) and the input x, and y data. Yo...

거의 6년 전 | 0

질문


Integration of two vector fields at different intervals
I have two vector fields, each one with 9 scalars. I want to integrate them in a piecwise, like first two values, third and four...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Find data in an array above certain percentile for consective days
I have a time series for 10 years of observations. i want to find number of events when the values are above 50th and 80th perce...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


Plot air temperature data on pressure levels (Hovmöller diagram).
Hi, i need to plot air temperature at certain pressure levels. For reference a netcdf sample file is attached. I want the ...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Latitude, Longitude and Time data from Excel to Matlab
<</matlabcentral/answers/uploaded_files/92806/aa.PNG>> hello, I need to import some weather data, which is distributed as sho...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


replace all the array with NaN if any of the value is NaN
i am working with some data and the condition i want to set is that, if in the data there is NaN value in any column i want to r...

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


Does Z-score calculate Anomalies ??
Hello, I am using Precipitation data where i need to calculate Anomalies in Data, i am using Z-score for that purpose. i cha...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


showing point source data with Latitude and Longitude on Meshgrid
i have station data with latitude and longitude, i want to make a meshgrid or any feasible surface with given lat/lon and plot t...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


plotting variance for multiple signals together with one signal
hello, i have ten signals, each one have the same length, [1x1200], i want to plant them as one time series and while to show th...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


loop for finding a threshold and change corresponding number
hi, i have a dataset in the form [2000x730], where my variable of interest is 730. i want to use the loop and find the following...

거의 9년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Creating a slider when real time plotting
ax = findobj(gcf,'type','axes','tag',''); set(ax,'XLim',[250 300]); %here instead of [250 300] you can specify your own time wi...

거의 9년 전 | 0

답변 있음
Creating a slider when real time plotting
set(data,'XLim',[st end]); can help your problem.

거의 9년 전 | 0

답변 있음
Creating a slider when real time plotting
to my understanding i think you need a sliding window of 10 sec sliding window mean, if yes, then you can create sliding window ...

거의 9년 전 | 0

질문


Reshape 3 dimensional data in Matlab
i have climatic data in the form of x*y*time; i reshaped the data using data1 = reshape(data,[],t); which produced 50400x73; t...

거의 9년 전 | 답변 수: 1 | 0

1

답변