Community Profile

photo

jungmin park


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


polyfits for continuous smile section with actual data
first question. I got the data from the actual measurement, and I'm going to polyfit it with the data. But I can do polyfits f...

4 years ago | 0 answers | 0

0

answers

Question


I want to calculate m, b using the polyfit function over and over and over again.
x = randn(1, 100) y= randn(1, 100) P= polyfit (x,y,1) m = P(1) b = P(2) In this way, m and b values, which are put into t...

4 years ago | 1 answer | 0

1

answer

Question


polyfit 함수를 구간을 반복하여 사용하여 m, b를 산출하고 싶습니다.
x = randn(1, 100) y= randn(1, 100) P= polyfit (x,y,1) m = P(1) b = P(2) 이런식으로하면 1~100사이의 구간에서 1차함수로 피팅한 m과 b값이 나옵니다. ...

4 years ago | 0 answers | 0

0

answers