Answered step by step
Verified Expert Solution
Question
1 Approved Answer
undefined Matlab Question I want to plot higuchi vs time but when I raised e^(k*t) I get this error. Can you please show me how
undefined
Matlab Question
I want to plot higuchi vs time but when I raised e^(k*t) I get this error. Can you please show me how to plot this function vs time
thanks
>> t=[0:10:1600]; >> Ca=0.001; >> c0=0.01; >> d0=3*10^(-11); >> k=0.075; >> higuchi-sqrt((2 *Ca*c0*00* (e^ (k*t)-1))/k) Unrecognized function or variable 'e'. >> higuchi-sqrt((2*Ca*c0*00* (e^ (k*t)-1))/k) Unrecognized function or variable 'e'. >> higuchi-sqrt((2*Catc0*00* (exp^ (k*t)-1))/k) Error using exp Not enough input arguments. >> higuchi-sqrt((2*Ca*c0*00* (exp^ (k*t)-1))/k); Error using exp Not enough input argumentsStep 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