wanna Plot this one its inductor voltage graph in my case

조회 수: 3 (최근 30일)
Waqas Shah
Waqas Shah 2022년 2월 2일
댓글: Waqas Shah 2022년 2월 3일
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.

채택된 답변

Kevin Holly
Kevin Holly 2022년 2월 2일
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])

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by