Question: Using MATLAB 1090 HW10 1.m Create a function, polyfunc.m, that accepts a vector, x, and uses it to calculate the following polynomial: y x5 -
Using MATLAB
1090 HW10 1.m Create a function, polyfunc.m, that accepts a vector, x, and uses it to calculate the following polynomial: y x5 - 25x4 + 207x3 - 587x2 +80x 900 Function syntax: y-polyfunc (x); Write an m-file, MAE1090_HW10_1.m, that generates an x vector over the range 0 S x S 10, calculates y by passing x to polyfunc.m, and plots v. Be sure to include axis labels and a title on your plot
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
