Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 2- Use the Matlab find function with appropriate relational operators to answer the following questions. Communicate your work and solution by using well-organized comments.
Problem 2- Use the Matlab find function with appropriate relational operators to answer the following questions. Communicate your work and solution by using well-organized comments. Given the following hot tub time and temperature data on the following page (also in the Excel file on the course website), answer the following questions, using appropriate Matlab functions: 1. Use the find function to find the index numbers of the temperatures that exceed 105F 2. Use the length function to find how many temperatures are above 105F 3. Determine what times the temperature exceeded 105F 4. Determine how many times the temperature was less than 102F 5. What times were the temperatures below 102F? 6. Determine what times the temperature was within the range 102F to 105F inclusive. 7. What is the maximum temperature and what time did it occur? 8. What is the average temperature? 9. What is the standard deviation of the temperature data? 10. What percentage of the temperature data is 102F or less? 11, what percentage of the data is in the range of mean standard deviation? 12. Make a histogram of the temperature data
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started