Question: MATLAB ASSIGMENT Functions should have as next consecutive % Input(s): list them % Output(s): list them % Description: brief! Create a function Input: row vector
MATLAB ASSIGMENT Functions should have as next consecutive % Input(s): list them % Output(s): list them % Description: brief! Create a function Input: row vector of 101 values (Note: input values are specified in the function call) Output: calculated maximum value Create a row vector A of values from 50 down to 0, with an increment of 0.5 Multiply the elements of A and the square of the elements of the input vector Store the results in B Find the maximum value of B and store it in C - this is the output of the function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
