Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are performing an experiment in the lab for finding the effect of change in criteria on other criteria. For example the following table records
You are performing an experiment in the lab for finding the effect of change in criteria on other criteria. For example the following table records experimental results about the effect of temperature change on material height. DO NOT USE THESE DATA IN YOUR PROEJCT. THIS IS ONLY AN EXAMPLE. Sepak Tous high Gm Dm 15.com 400 sono 1 1 20 1 2 15 13 oc 1 2 12 we 203 1 QE EC 1. Usually, experiment has multiple trials for the same input condition(s) and recorded results are used to calculate the average of those trials. For example, when temperature is 50%, three trials have been conducted with different results: 11, 14 and 20. Average of those readings is calculated as the final result. In the previous table, "Temperature" column is the X axis and "Average" column is the Yaxis. It is required from you to search for (or preform) a similar experiment about a subject in your field of study. Then you will use Matlab/GNU Octave to read the entire trials (in a matrix) and let your program to Calculate the "Average" column Your program should has the following functions - Function that save X-list to a file "X.dat" - Function that save Y-list to a file "Y.dat" - Function that load -X list from a file "X.dat" - Function that load -Ylist from a file "Y.dat" - Function that finds the maximum and minimum of a list Function that calculate the average, the standard deviation and the variance of a list. - Plot X-Y data and the Generated Polynomial from Curve Fitting. Then the program should do the following: 1. Find the average of trials. For the above table it should looks like the following: X = ( 50 40 30 2010); Trials - [11 16 7 9 2; 14 15 12 8 4; 20 10 8 6 2]; Y = mean (Trials); 2- Find the maximum, minimum, average, the standard deviation and the variance of Y list. 3. Generate the best-fit polynomial for your results. 4- Find the critical point(s) of your results. (You already learned in Calculus 1 course that critical points are obtained from the first derivative of the polynomial ..... Search in the internet how to do that in Matlab / GNU Octave). 5- Plot the data and best-fit polynomial that pass (almost) through all readings. 6- Save the X and Y lists. The final report of the project should include: Objective of the experiment - Images about the experiment. Experiment hypothesis Experiment table of readings (like the one above) Plot / Plots of results and the best fit polynomial plot. Best fit polynomial formula Table that contains Mean, Standard Deviation, Variance, Min, Max and Maximum Growth Rate. Your Code. CUIDArmy WITCH WICHCL TURCC acum 15 UIT the object itself changes. This is because, if we keep the mass of the object constant and we increase the net force we will get a change in acceleration as stated and proved by Newton's Second Law (Fnet = m *a - in where m = mass, a = acceleration, and Fnet =Fa) Observations: Acceleration Force of Hanging Mass (Kg) (m/s/s) Gravity (N) .5 .21 5 1.0 .42 10 1.5 .63 15 2.0 .85 20 2.5 1.06 25 3.0 1.27 30 Calculations: Force of gravity = mass x gravity (10 N)
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