

InterviewSolution
Saved Bookmarks
1. |
The function to evaluate the value of a polynomial,l for a constant value of the independent variable(say a)in the polynomial is ______(a) poly(p,a), p is a row vector(b) polyder(p)(c) polyint(p)(d) polyval(c,a), c is a row vectorThis question was addressed to me during an internship interview.My query is from Algebra topic in division MATLAB Basics of MATLAB |
Answer» The correct ANSWER is (d) polyval(c,a), c is a ROW vector |
|