Community Profile

photo

Bobby Matthew


Last seen: ongeveer 4 jaar ago Active since 2020

Statistics

  • Thankful Level 1

View badges

Content Feed

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=...

ongeveer 4 jaar ago | 1 answer | 0

1

answer