xenon99942
Followers: 0 Following: 0
Statistics
RANK
190,798
of 296,519
REPUTATION
0
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,382
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,609
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
Mean calculations in a for-loop
Hello! i think i have a first solution. Don't know if it's espensive or not: mean_240= zeros(2976,1); mean_240(1)=mean(T(1:2...
6 years ago | 0
Question
Mean calculations in a for-loop
mean_240= zeros(2976,1); %preallocate vector mean_240(1)=mean(T(1:216),'omitnan'); index = 2; for i = 217:size(T,1) ...
6 years ago | 2 answers | 0
2
answersQuestion
Calculation of a double sum
Hey all! i want to calculate the double sum over w_ij * v_((2+k*3)+i,(2+l*3)+j). The indices for i should run from -1 to 1 (...
6 years ago | 1 answer | 0
1
answerQuestion
Grouping multivariant data for Andrewsplot
Hi all! i want to use the andresplot function with grouping specification: andrewsplot(dspk,'Standardize','on...
7 years ago | 1 answer | 0
1
answerQuestion
CAT arguments dimensions are not consistent while applying a Despike Filter
Hi all! i was applying a simple despike filter based on a median filter and got the above error message that CAT arguments dime...
7 years ago | 0 answers | 0
0
answersQuestion
Dimension mismatch due to unknown Script loop?
Hi! tawes_new(:,1) = tawes.data(:,1); %temp. time array tawes_new(:,2) = tawes.data(:,4); ...
7 years ago | 0 answers | 0
0
answersQuestion
How to Set whole Array column to Nan if a specific value is that column is present?
As the Questions says i want to kinda "mark" and replace all values of a column with NaNs, in which ONE of the values fullfill t...
8 years ago | 1 answer | 0