How to plot the following in matlab?

S
Sophia · Sep 10, 2020 · 1.9K views
Question
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 PhD Expert
Answered Aug 23, 2026

e.g

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

 help plot
100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!