Question: Using matlab create a vector v=5 8 3 2 6 4 Minimum would be 2 Maximum would be 8 Print 6 5 8 3 2
- Using matlab create a vector v=5 8 3 2 6 4
- Minimum would be 2
- Maximum would be 8
- Print 6
5 8 3 2 6 4
- Save file named BD1.m
Write matlab code to do:
Open file
Read the data
Close the data
Create a for loop that will display both min and max without using the built in functions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
