3. Create a function that will take a positive integer as an argument. This function should do the followings when it is called by the user. 1) Generate n numbers of normal distribution random number. The number n is equal to the value of your argument. 2) Count how many numbers are <-025, >=-0.25 & <=0.25, and >0.25. 3) Also, save numbers that fall into each category in variables A, B, and C A: Set of numbers less than or equal to -0.25 B: Set of numbers between -0.25 and 0.25 C: Set numbers larger than or equal to 0.25 4) Calculate the sum of numbers in A, sum of numbers in B, and sum of numbers in C 5) Generate text files that will contain A, B, and C.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.1: Function And Parameter Declarations
Problem 3E
icon
Related questions
Question

MATLAB SCRIPT PLEASE!

3. Create a function that will take a positive integer as an argument. This function should do the
followings when it is called by the user.
1) Generate n numbers of normal distribution random number. The number n is equal to the
value of your argument.
2) Count how many numbers are <-025, >=-0.25 & <=0.25, and >0.25.
3) Also, save numbers that fall into each category in variables A, B, and C
A: Set of numbers less than or equal to -0.25
B: Set of numbers between -0.25 and 0.25
C: Set numbers larger than or equal to 0.25
4) Calculate the sum of numbers in A, sum of numbers in B, and sum of numbers in C
5) Generate text files that will contain A, B, and C.
Transcribed Image Text:3. Create a function that will take a positive integer as an argument. This function should do the followings when it is called by the user. 1) Generate n numbers of normal distribution random number. The number n is equal to the value of your argument. 2) Count how many numbers are <-025, >=-0.25 & <=0.25, and >0.25. 3) Also, save numbers that fall into each category in variables A, B, and C A: Set of numbers less than or equal to -0.25 B: Set of numbers between -0.25 and 0.25 C: Set numbers larger than or equal to 0.25 4) Calculate the sum of numbers in A, sum of numbers in B, and sum of numbers in C 5) Generate text files that will contain A, B, and C.
Expert Solution
steps

Step by step

Solved in 3 steps with 4 images

Blurred answer
Knowledge Booster
Types of Function
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning