Question: Write a script that accomplishes the following: Define an anonymous function, f , that represents Evaluate using f and store the output to a variable
Write a script that accomplishes the following:
Define an anonymous function, f that represents
Evaluate using f and store the output to a variable called A
Define a second anonymous function, g that represents where k is a random variable defined by a locked line in the script template.
Evaluate using g and store the output to a variable called B
Define a row vector, x starting at and ending at with each element spaced by
Evaluate and store the output to a variable called C
Note: Make sure your function handles work for array inputs!
k randn; random variable; do not redefine k
define all of your variables below
Define the anonymous function f representing fxsinxxx
Evaluate f and store the output to a variable called A
Print the result of f
Define the second anonymous function g with a template for k
Evaluate gpi and store the output to a variable called B
Print the result of gpi
Define a row vector x starting at and ending at with each element spaced by
Evaluate gfgx and store the output to a variable called C
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
