Effacer les filtres
Effacer les filtres

2. If the current in 3 mF capacitor is i(t) = e ^ t * sin 3t. Plot a graph of the current vs time. Is it true this coding for this question?

2 vues (au cours des 30 derniers jours)
clear; clc;
t=0:10; f=exp(t).*sin(3*t); diff (f) c=0.003; I=c*diff(f);
figure; plot(1:10,I); grid; xlabel('time'); ylabel('current'); title('current vs time');

Réponses (0)

Catégories

En savoir plus sur Specifying Target for Graphics Output dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by