photo

Ron


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Deleting outliers by code
Hi again, I have a measurements matrix as follows: 105.993000000000 1.64178960306505e+17 106.007000000000 3.10346010252...

10 years 前 | 3 个回答 | 0

3

个回答

提问


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...

10 years 前 | 1 个回答 | 0

1

个回答

提问


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;...

10 years 前 | 2 个回答 | 0

2

个回答

提问


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 ...

10 years 前 | 3 个回答 | 0

3

个回答