Statistics
4 Questions
0 Answers
RANK
292.620
of 297.016
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
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
Deleting outliers by code
Hi again, I have a measurements matrix as follows: 105.993000000000 1.64178960306505e+17 106.007000000000 3.10346010252...
meer dan 10 jaar ago | 3 answers | 0
3
answersQuestion
Excluding data on log scale
Hi! i have noisy data, and i want to fit a plot through it. i need to exclude some data points in the outliers, but i can re...
meer dan 10 jaar ago | 1 answer | 0
1
answerQuestion
Delete specific rows from a matrix
Hi all, i want to delete rows which with the values 1 in their columns, how can i do it ? For example: A= [7,7;2,2;1,1;...
meer dan 10 jaar ago | 2 answers | 0
2
answersQuestion
Easy for loop question
I'm trying to make a simple For Loop: for i=1:603 if A(i,2)>((A(i-1,2)+A(i+1,2))/2)*10 A(i,:)=[]; and i'm ...
meer dan 10 jaar ago | 3 answers | 0