Can someone tell me how to plot the data

1 vue (au cours des 30 derniers jours)
Jone wick
Jone wick le 6 Sep 2020
Commenté : Jone wick le 6 Sep 2020
i need to plot the data in matlab and need help in it i am a biggner

Réponse acceptée

UMAIR RASOOL
UMAIR RASOOL le 6 Sep 2020
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 commentaire
Jone wick
Jone wick le 6 Sep 2020
thanks for your help brother..

Connectez-vous pour commenter.

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