How to plot the following in matlab?

Illustration
Sophia - 2020-09-10T12:32:05+00:00
Question: How to plot the following in matlab?

1)y = ce^-2x 2)I = I e^(-RT/L) 3)y = cx^(3/2) 4)y = sin2x + c/(sin^(2) 2x ) , c = 1

Expert Answer

Profile picture of Prashant Kumar Prashant Kumar answered . 2025-11-20

e.g

x=0:0.1:10  
y=(x.^2+sin(x))./(x+1);  % .*,  .^, ./  are operations element by element
plot(x,y)

 help plot


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!