Answered step by step
Verified Expert Solution
Question
1 Approved Answer
matlab!! Write MatlabTM code to Read in the following data of temperature (Tin C) and diffusion coefficients (D in m'/s) a file data.dat: 4.85 1.5010-8
matlab!!
Write MatlabTM code to Read in the following data of temperature (Tin C) and diffusion coefficients (D in m'/s) a file data.dat: 4.85 1.5010-8 24.85 3.12 x 10-8 49.85 5.83 x 10-8 7485 9.96 10-8 9985 15.8010-8 ii) Separate the array into two vectors, T (column 1) and D (column 2), converting T to units of Kelvin (iii) Create a vector, T, equal to 1/T (invert each element of T) and a vector, InD, equal to the natural logarithm of the elements of D v) Plot Tiv vs InD exvs) (v)By using the POLYFIT function, calculate the slope and intercept of InD vs. Tin ou are ting to find-A and C for the folloning equation:In D-_-CStep 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