Community Profile

photo

jungmin park


Last seen: circa 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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값이 나옵니다. ...

circa 4 anni fa | 0 risposte | 0

0

risposte