Feeds
질문
Problem running linear fit y= m*x
how do you run a linear fit for y= m*x. I don't want to use polyfit(x,y,1) as this gives y=mx+b.
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
How ignore heaerlines and import only the data
I have a txt file with a header and data to follow. I can't figure out how to import the data can get all the values from the fi...
대략 8년 전 | 답변 수: 2 | 0
