Answered step by step
Verified Expert Solution
Link Copied!

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

undefinedimage text in transcribed

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 arguments

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Antipatterns Avoiding The Pitfalls Of Database Programming

Authors: Bill Karwin

1st Edition

1680508989, 978-1680508987

More Books

Students also viewed these Databases questions

Question

Proficiency with Microsoft Word, Excel, PowerPoint

Answered: 1 week ago

Question

Experience with SharePoint and/or Microsoft Project desirable

Answered: 1 week ago