Results 1 to 5 of 5

Thread: Quadratic curve plotting in Qt

  1. #1
    Join Date
    Dec 2012
    Posts
    45
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Windows

    Default Quadratic curve plotting in Qt

    Can any one tell me is there any way available for quadratic curve plotting in qt

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: 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.

  3. The following user says thank you to ChrisW67 for this useful post:

    shivendra46d (11th October 2013)

  4. #3
    Join Date
    Nov 2006
    Location
    indonesia
    Posts
    55
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Quadratic curve plotting in Qt

    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

  5. The following user says thank you to myta212 for this useful post:

    shivendra46d (11th October 2013)

  6. #4
    Join Date
    Dec 2012
    Posts
    45
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Windows

    Default Re: Quadratic curve plotting in Qt

    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.

  7. #5
    Join Date
    Nov 2006
    Location
    indonesia
    Posts
    55
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Quadratic curve plotting in Qt

    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

Similar Threads

  1. Fast curve plotting
    By Cruz in forum Qt Programming
    Replies: 4
    Last Post: 3rd January 2012, 11:35
  2. Problem in plotting curve
    By johnMick in forum Qwt
    Replies: 1
    Last Post: 5th August 2011, 10:09
  3. Replies: 1
    Last Post: 29th April 2011, 12:26
  4. Replies: 4
    Last Post: 6th October 2010, 13:29
  5. Plotting part of a curve
    By viridis in forum Qwt
    Replies: 6
    Last Post: 21st July 2008, 08:12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.