Question

Can someone please solve the below lab in MATLAB showing the code and the output result as well please? Me and my partners cannot get our codes to give us the outputs.

10. The current flowing through a certain inductor is found to be given by i() = 0.20e-2- 0.6e-3t V. (a) Plot each of the two

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The current flowing in the inductor is, ij(t)=0.2e-21 – 0.6e-31 A (a) Consider the first component of i, (t) which is 0.2e-210.18 0.16 CurrentIL(A) 0.06H 0.04 0.02 0.5 Timele) Figure 1 Consider the second component of i, (t) which is 0.6e-3t. Write tt=0:0.01:1.5; IL=0.6*exp(-3*t); plot(t, IL) title (Figure 2) xlabel(Time (s)). ylabel(CurrentIL (A)) CurrentIL(A) Time(Write the MATLAB code to sketch iż (1) over the range 05t51.5s. t=0:0.01:1.5; IL=0.2*exp(-2*t)-0.6*exp(-3*t); plot(t, IL) titCurrentIL(A) Time(s) Figure 3 (c) Given, L=1H. Calculate the energy stored in the inductor. E. ()=52,(1) =(1)[0.287 -0.6e] =Write the MATLAB code to sketch energy remaining in the inductor over the range 0) <t<1.5s. t=0:0.01:1.5; EL=0.02*exp(-4*t) +

Add a comment
Know the answer?
Add Answer to:
Can someone please solve the below lab in MATLAB showing the code and the output result...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT