Question: IN MATLAB Create your own function that returns the inverse of your inputs. For example, if your input vector, r , is equal to 3

IN MATLAB
Create your own function that returns the inverse of your inputs.
For example, if your input vector, r, is equal to 3,4,5. The output of your function must be [1/314
15.
Example:
r=[345];
>>b= your_function_name (r);
>>b
b=
0.3333,0.25,0.2
Given the vector x=[1,8,3,9,0,1], using for loop create a short set of commands that will
Add up the values of the elements.
Create a 4-by-7 array of random numbers (use rand). Move through the array, element by element,
and set any value that is less than -0.2 to 0 and any value that is greater than (or equal to)0.2 to 1.
Given x=[4,1,6] and y=[6,2,7], compute the following arrays
a)dij=xi2+xi+yj
b)eij= reciprocal of the lesser of xi and yj
 IN MATLAB Create your own function that returns the inverse of

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!