Can any one tell me is there any way available for quadratic curve plotting in qt
Can any one tell me is there any way available for quadratic curve plotting in qt
You can code plotting a mathematical function in quite a number of ways. There are third party libraries to help with more advanced plotting (e.g. Qwt).
If you are looking for help with what seems likely to be a school project then you will have to demonstrate some effort.
shivendra46d (11th October 2013)
Hi shivendra,
Your problem is very simple. You can create a quadratic data and draw that.
Ploting data in Qt can use "http://www.qcustomplot.com/"
You can get more explanation from that site plotting tutorial.
Best regards,
Myta
shivendra46d (11th October 2013)
Hey m sorry that i didn't explain what i want actually my problem is that i want to implement it using matrix calculation and i cant find any predefined matrix class. I used the same thing on Matlab.
I did some Googling and found that qt 4.7 and above have QGenericMatrix class. But now I am stuck over using the Qt version in my QtCreator.
Hi,
If you want to get matrix library/class. You can use armadillo ( http://arma.sourceforge.net/ ).
This library can help you create matrix calculation easy like Matlab
Best regards,
Toto
Bookmarks