Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Matlab How can I write a function (as a function file) that prints out a polynomial in the correct form ( ie y(x) = 3x^3 + 5x^2 + ...).?
Matlab
How can I write a function (as a function file) that prints out a polynomial in the correct form ( ie y(x) = 3x^3 + 5x^2 + …).?
If I use p = [ ... ...] and the output window shows
ans =
... ... ....
and so, what should I do if I want to show the polynomials in correct form ?