Python Forum
Mechatronics Homework help
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mechatronics Homework help
#2
Quote:How can I get the file loaded into the program so I can assign the data to variables
https://www.pythonforbeginners.com/files...-in-python
For the linear regression and other math, you can use numpy and matplotlib:
numpy: http://www.numpy.org/
matplotlib: https://matplotlib.org/

If you are required to do the math from scratch, here's a couple of sites:
linear regression: https://www.geeksforgeeks.org/linear-reg...mentation/
https://mubaris.com/posts/linear-regression/

getting the data loaded, just cut and paste into (between brackets, separated by comma's:
datapoints = []
Don't forget, google can find most anything!
Reply


Messages In This Thread
Mechatronics Homework help - by Cwcox - Nov-14-2018, 04:15 PM
RE: Mechatronics Homework help - by Larz60+ - Nov-14-2018, 04:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Confusing Mechatronics question Cwcox 1 2,120 Nov-14-2018, 08:50 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020