Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MATLAB results: {Error: File: TMPFILE Line: 14 Column: 1 This statement is not inside any function. (It follows the END that terminates the definiti 0

image text in transcribed
MATLAB results: {Error: File: TMPFILE Line: 14 Column: 1 This statement is not inside any function. (It follows the END that terminates the definiti 0 of 3 test cases correct Write a MATLAB function named my_calc The function will have one input and one return value. The first input, A, will be a list of numbers. The return value, M, will be a list of numbers. Each value of M must be calculated using the corresponding value of A according to this equation: M=Acos(30)+5A3 Notes: Example Test Case: A = [0.20 0.40 0.60 0.80 0.100 0.20]; M = my_calc(A); results in M =[0.2132 0.6664 1.5996 3.2528 0.0916 0.2132] DO NOT include the test cases. A.0.20 0.40 0.60 0.80 define array M = my calcA): call untion disp/M): "display values M function M my calcA) function my calc taking A as input and Producing Mas output A'cosip ). S'A3implement the formula ipi used aspis 30 degree Save Reset Submit to MATLAB

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Secrets Of Analytical Leaders Insights From Information Insiders

Authors: Wayne Eckerson

1st Edition

1935504347, 9781935504344

More Books

Students also viewed these Databases questions