About 239,000 results
Open links in new tab
  1. how to solve quadratic equation? - MATLAB Answers - MathWorks

    Nov 8, 2011 · How could I solve a quadratic equation in matlab? Looking for your reply.

  2. solve - Equations and systems solver - MATLAB - MathWorks

    Solve Equations for Symbolic Functions and Derivatives Since R2025a You can solve symbolic equations where the unknowns are symbolic functions or their derivatives. For example, create …

  3. how to write a function for quadratic equation - MATLAB Answers ...

    Dec 6, 2019 · how to write a function for quadratic equation. Learn more about matlab, quadratic equation MATLAB

  4. roots - Polynomial roots - MATLAB - MathWorks

    This MATLAB function returns the roots of the polynomial represented by the coefficients in p as a column vector r.

  5. Quadratic question using the function command - MATLAB …

    Jun 25, 2013 · Without using the roots command, write a function to calculate roots of the quadratic equation ax^2+bx+c Inputs to the function should be the coefficients a, b and c and …

  6. Making graph for quadratic function - MATLAB Answers - MATLAB …

    Apr 6, 2015 · I'm very new to MatLab and I am having some difficulty creating the code and just understanding what to put where. I got my quadratic formula to run and loop (Ex 4.2), but now …

  7. Solve Algebraic Equations - MATLAB & Simulink - MathWorks

    Solve an Equation If eqn is an equation, solve(eqn,x) solves eqn for the symbolic variable x. Use the == operator to specify the familiar quadratic equation and solve it using solve.

  8. quadprog - Quadratic programming - MATLAB - MathWorks

    Return quadprog Objective Function Value Solve a quadratic program and return both the solution and the objective function value.

  9. Matlab Quadratic equation - Stack Overflow

    Jan 16, 2016 · Struggling with a MATLAB quadratic equation. I keep getting a complex number as my answer and other errors keep occurring. Write a MATLAB function that solves a quadratic …

  10. displayFormula - Display symbolic formula from string - MATLAB

    This MATLAB function displays the symbolic formula from the string symstr without evaluating the operations.