Question: MATLAB help! Create a matlab function that solves the following equation: y=ax2+bx+c+exp(3x) Your matlab function should: - Takes coefficients a,b, and c and a vector
MATLAB help!
Create a matlab function that solves the following equation: y=ax2+bx+c+exp(3x) Your matlab function should: - Takes coefficients a,b, and c and a vector x (in this order) as inputs. - Output y as calculated by the equation. Call this function QuadraticEqn. Function ? \begin{tabular}{l|l} 1 & function [outputs] = YourFunctionName (inputs) \\ 2 & \\ 3 & \\ 4 & \\ 5 & end \end{tabular}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
