Community Profile

photo

Bobby Matthew


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How do I get this function to accept one input argument, a vector representing the three coefficients of the quadratic in the order a, b, c?
function[quadRoots, disc] = Q1(coeff) %function solves quadratic equation in the form ax^2 + bx + c = 0 a= coeff(1,1); b=...

4 years ago | 1 answer | 0

1

answer