5. Write a matlab function (ave_idno) that will take the average of a number vector and stores it in variable A. The function also outputs the length of the vector and stores it in variable S. The subfunction should also display the message "The average value of the vector of size S is A" where S and A should be actual numerical values computed by the function. Tip: Use the mean and length commands.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter11: Introduction To Classes
Section11.2: Basic Class Functions
Problem 7E
icon
Related questions
Question
5. Write a matlab function (ave_idno) that will take the average of a number vector and stores it in variable A. The function also outputs the length of the vector and stores it in variable S. The subfunction should also display the message "The average value of the vector of size S is
A." where S and A should be actual numerical values computed by the function.
Tip: Use the mean() and length(), commands.
Transcribed Image Text:5. Write a matlab function (ave_idno) that will take the average of a number vector and stores it in variable A. The function also outputs the length of the vector and stores it in variable S. The subfunction should also display the message "The average value of the vector of size S is A." where S and A should be actual numerical values computed by the function. Tip: Use the mean() and length(), commands.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr