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
  1 件のコメント
Jone wick
Jone wick 2020 年 9 月 6 日
thanks for your help brother..

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by