Click here to Skip to main content
15,867,290 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am trying to write a program that calculates the slope and intercept of series of points and plot it in a graph using line fitting algorithm. I want to develop this program into a stand alone exe file to run independently. Please guide me how do I go about?

I did do my homework trying to find out which programming language would be best to develop, but Python seemed close to it. If you want to suggest any other programming language please advice me and tell me how to start.
Posted
Comments
Richard MacCutchan 20-Mar-13 11:48am    
The choice of programming language is irrelevant. The first thing you need to do is figure out the algorithm for the solution. Once you have that then writing the code is less of a problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900