Answered step by step
Verified Expert Solution
Question
1 Approved Answer
why does the graph look like this? It supposes to be a proportional function. View Edit 99 Insert 9 Figure 1 Tools Desktop Window Help
why does the graph look like this? It supposes to be a proportional function.
View Edit 99 Insert 9 Figure 1 Tools Desktop Window Help A & D E = 0 Run Section , Advance 0 Run and Time Insert & fx 1 1 1 Go To - Comment % 9 % Breakpoints Run Run and Find - Indent Advance NAVIGATE EDIT BREAKPOINTS weisenji Documents MATLAB 7 Editor - /Users/weisenji/Documents/MATLAB/untitled3.m untitled2.m x untitled3.m X untitled6.m X + RUN 2 BGB B E 600 von A WNA xlabel('T'); ylabel('ln(k)'); title('function of I with ln(k)'); lambda = 0.96; H_ad = 0.1; T = 300; delta = 0.1; h = 1.054571628*10^(-34); k_b = 1.3806504*10^(-23); x = linspace(0, 1, 100); FC = (1./sqrt(4.*pi.*lambda.*k_b.*(1./))).*exp((-(delta y = FC.*((2.* pi)./h).*(H_ad).^2; plot(x,y) xlim ( [0,0.000000000000000000001]). + lambda).^2)./(4.*lambda.*k_b.*(1./))); O 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 ommand WindowStep 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