Effacer les filtres
Effacer les filtres

wanna Plot this one its inductor voltage graph in my case

3 vues (au cours des 30 derniers jours)
Waqas Shah
Waqas Shah le 2 Fév 2022
Commenté : Waqas Shah le 3 Fév 2022
Hello Everyone.
Hope u are fine and doing well .....
I want to code this plot...
its for voltage of inductor in my case...
Plot graph image is attached.

Réponse acceptée

Kevin Holly
Kevin Holly le 2 Fév 2022
If you want to create that plot:
y=[1 2 0 -1 1 2 0 0 2 3 1 0 0];
x=[0 1 1 2 2 3 3 4 4 5 5 6 7];
figure
plot(x,y)
ylim([-3 3])

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by