Statistics
8 Questions
0 Answers
RANK
153,042
of 295,448
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Calculates the mean if the difference of two or more number is 1
Hi all; I want to calculate mean of numbers if their difference with its neighbor is 1 . For example, if I have a matrix: A = ...
4 years ago | 1 answer | 0
1
answerQuestion
Reshape error when converting 2D to 3D data
I want to convert 2D data to 3D. Currently I use : ij=0; for ix=1:200:size(data1,1) ij=ij+1; data(ij,:,:)=data1...
4 years ago | 1 answer | 0
1
answerQuestion
Faster Looping for Griding/Binning Data
Hi all; I want to grid my data with following code: Lat=data(:,7); Lon=data(:,8); vprg=data(:,9); test1=[vprg Lon Lat];...
4 years ago | 2 answers | 0
2
answersQuestion
Plot Border of Clusterred Data
I want to cluster the data in the attached file to find at which location certain time (period) di dominant. Thus, I want to plo...
5 years ago | 0 answers | 0
0
answersQuestion
Best way to grid data
I grid my data using the following simple procedure: Latitude=data1(:,8); Longitude=data1(:,9); latedges=-0.7:0.1:0.3; loned...
5 years ago | 0 answers | 0
0
answersQuestion
Finding consecutive data with non zero in array
Hi all; I want to find consecutive data with non zero value in array. However, as long as the data with 0 value is less than 3 ...
5 years ago | 2 answers | 0
2
answersQuestion
Harmonic analysis of time series
Hi all, I want to make harmonic analysis for my time series data to see first (diurnal) and second harmonic (semi diurnal varia...
5 years ago | 0 answers | 0
0
answersQuestion
How to call input of Matlab GUI P code from script?
Hi all; Hope your help regarding calling the input of Matlab GUI P file from Matlab script. For example, I have a matlab GUI ...
6 years ago | 0 answers | 0