Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use Matlab to manually input the data for force vs . displacement of a spring from the table entitled Spring on the next page. Determine
Use Matlab to manually input the data for force vs displacement of a spring from the table entitled Spring on the next page. Determine the spring constant using a first order fit. Create a plot with discrete symbols for the data and a line for the bestfit line that does not extend past the range over which the fit was performed. On the plot, list the spring constant as k xxxxx Nmm on the plot using no more than four significant figures k numstrvariablename will convert the number to a character string with four digits. The position of the decimal point in xxxx could move but there should be no more than four significant digits.Use Matlab to read in the Excel file entitled thixo.xlsx using xlsreadthixoxlsx This is viscosityshear strain rate data for a thixotropic shear thinning fluid. Fit the data to the power law equation to determine the constants in the equation. aUse the fit command demonstrated for exponential fits but use power instead of exp Using this feature is required.bCreate a loglog plot loglogxyo of the viscosity vs shear strain rate data using circular symbols, show the fit line using a dashed line show the fit constants, with units, on the plot to significant figures and the symbolic equation, Use the Greek symbols in the axes labels. The units of strain rate are s and the viscosity is in Poise Pas Use the code $dotgamma$'Interpreter','Latex for the shear strain rateUse Matlab to read in the voltage vs time file, longtube.mat, and process it to find the beginning of the event. In the program, use the function, peakfinder.m to identify the peaks it must be in the same directory as your data and program Show plots indicating the location of the start time and then magnified plots showing the peak locations. Supply a table with the peak number, magnitude, and times. Use the code provided to create a table. The units are included in the header information and should be listed on the plot axes and in the tablesUse Excel to determine the coefficients, Ro and in the thermistor equation from the file, ThermistorLabxlsx Look carefully at the slide that shows how to extract Ro from the fit results. Provide a linear plot of R vs T with no connecting line or fit. Provide a loglinear plot of R vsT log y axis, linear x axis It should show the exponential fit line and the equation. The plot should also have the value of Ro and with the appropriate units. Assume that the reference temperature, To is K Use the relevant variables in the fit line equation ie rename y to R etc. Label your axes appropriately. Submit the file as yourlastnamelabaxlsx
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