Feeds
질문
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=...
6년 초과 전 | 답변 수: 1 | 0
