http://gwycon.com Polynomial Explorer is an application developed in C# using Visual Studio 2008. It was written to graph and display a polynomial equation with terms included up to the 6th degree. Any combination of terms can be displayed and each term is controlled by a slider to alter a terms coefficient value. The user interface has been designed so that the equation is displayed clearly and the terms can be altered in an intuitive method via the slider controls. There are numerous tools and options to format the display of the graph such as changing line colour, thickness, and style.
http://gwycon.com/polynomial-explorer/
Very interesting what you did with Graph!
I am using ZedGraph.
I do not know connect the data I'm getting the serial port and are stored in variables with the collector ZedGraph. Teach me please.
You have a code sample like this video?
Best Regards,
ocaccy.
ocaccy1 5 months ago
Well that is one option (which we had already considered) but we chose the sliders and numerical stepper boxes for equation input as it enables the user to easily alter the polynomial without having to continually enter equations manually.
HDVideoTutorials 2 years ago
Use a parser.
Ifrit0s 2 years ago