Can someone tell me how to plot the data

조회 수: 1 (최근 30일)
Jone wick
Jone wick 2020년 9월 6일
댓글: Jone wick 2020년 9월 6일
i need to plot the data in matlab and need help in it i am a biggner

채택된 답변

UMAIR RASOOL
UMAIR RASOOL 2020년 9월 6일
to plot analog data. the command used is the
plot(t,x)
where t is time vector and the x is the signal to be plotted. the length of both vectors should be equal
in order to plot the digital data the command used is
stem(n,x)
where the n is the samples and the x is the data points. the length of both vectors should be equal.
hope answer the question

추가 답변 (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