Question: I need to graph this function C(R) and I have problems with the vector R. The code is: clear all close all clc C0= 1500;

I need to graph this function C(R) and I have problems with the vector R. The code is:

clear all

close all

clc

C0= 1500;

Dab= 1.3896e-7;

Mw= 152;

p= 1200000;

k= 36;

r=0.0025;

R= 0:0.1:10;

alpha= r*sqrt(k/Dab);

C=(C0*r/R)*exp(alpha*(1-R/r));

plot(R,C)

I need to graph this function C(R) and I have problems with

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!