Results 1 to 3 of 3

Thread: MATLAB - plotting a quadratic

  1. #1
    Member
    Joined
    May 2008
    Posts
    77

    MATLAB - plotting a quadratic

    Quick question:
    How do I plot the following in MATLAB:
    3x^2 - 4xy + 3y^2 = 20
    cheers


    edit:
    nevermind, think I've go it now:
    >> syms x y; quad = '3*x^2-4*x*y+3*y^2-20'; ezplot(quad,[-4,4,-4,4])
    appears to work.
    Follow Math Help Forum on Facebook and Google+

  2. #2
    Grand Panjandrum
    Joined
    Nov 2005
    From
    someplace
    Posts
    14,972
    Thanks
    3
    Quote Originally Posted by Dr Zoidburg View Post
    Quick question:
    How do I plot the following in MATLAB:
    3x^2 - 4xy + 3y^2 = 20
    cheers


    edit:
    nevermind, think I've go it now:
    >> syms x y; quad = '3*x^2-4*x*y+3*y^2-20'; ezplot(quad,[-4,4,-4,4])
    appears to work.
    When asking questions about Matlab please make it clear if you want to use the symbolic processor (some of us think of this as an extra - since we don't get it unless we pay many £100's extra).

    (The symbolics are done by Maple not by Matlab so its always odd to see such questions presented as Matlab questions)

    RonL
    Follow Math Help Forum on Facebook and Google+

  3. #3
    Member
    Joined
    May 2008
    Posts
    77
    sorry, I didn't know that symbolics wasn't a standard part of MATLAB. I know eff-all about using MATLAB (this year is my first time ever). I found the above solution on-line and tried it out. It worked, which I guess means the MATLAB I'm using has MAPLE installed.

    Out of interest, how would I plot the above equation without using sym?
    Follow Math Help Forum on Facebook and Google+

Similar Math Help Forum Discussions

  1. plotting many functions on one graph in matlab
    Posted in the Math Software Forum
    Replies: 1
    Last Post: January 5th 2012, 08:39 PM
  2. matlab plotting graph need help
    Posted in the Math Software Forum
    Replies: 1
    Last Post: August 6th 2010, 11:27 PM
  3. plotting a graph in matlab
    Posted in the Math Software Forum
    Replies: 3
    Last Post: March 21st 2009, 02:11 PM
  4. Matlab - Plotting Circles
    Posted in the Math Software Forum
    Replies: 1
    Last Post: February 16th 2009, 08:28 AM
  5. MATLAB: Plotting MATRIX?
    Posted in the Math Software Forum
    Replies: 3
    Last Post: January 25th 2009, 12:21 PM

Search Tags


/mathhelpforum @mathhelpforum