Question: can you please answer part C,D, E, F in matlap language thanks Part C Create the following vector: vec1 = (-23 2.3 92.1 33.2 11.3

can you please answer part C,D, E, F in matlap language
thanks  can you please answer part C,D, E, F in matlap language
thanks Part C Create the following vector: vec1 = (-23 2.3 92.1

Part C Create the following vector: vec1 = (-23 2.3 92.1 33.2 11.3 -34) Using the min and max functions, find and display the minimum and maximum of these vectors in the following format: 'The minimum is and the maximum is For the values you display, force the output to only show 1 value to the right of the decimal. Part D Create the following vector using the colon operator that starts at 100, ends in 1, and each value is 0.5 less than the previous Then, create a new vectory in which every value is computed as follows: y = 3x2 - 1-2 Part E 1) A particular conductor/wire used in electrical substations can carry an amperage of approximately 1079 amps. We need to figure out how many conductors we need to carry the current for 3 different scenarios: 4050 amps, 2000 amps, 900 amps. Create a vector that stores the 3 different values. Then calculate another vector that stores how many conductors are needed for all 3 scenarios. Remember to use meaningful names for all variables names. HINT: Also, if you calculate, for example, 3.7 conductors. Is that practical? How would you remedy that? Think of the real world situation. Part F Write a script that asks the user to enter a student's name followed by 4 test scores one after the other It should store these 4 values in a vector. (The values should be saved directly into the vector as they are entered by the user.) It should then output "Brittany's class average is 89.3%.". Where Brittany and the average should be from the calculated values. Display one digit to the right of the decimal place for the average. Sample output: Please enter student's name: Brittany Enter first test score: 98.4 Enter second test score: 85.5 Enter third test score: 75.6 Enter fourth test score: 99.4 Brittany's class average is 9e.e

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!