Effacer les filtres
Effacer les filtres

plot each 20th spectra

3 vues (au cours des 30 derniers jours)
myxtyx
myxtyx le 14 Fév 2014
Commenté : myxtyx le 17 Fév 2014
Hallo @ all
I do have a plotting problem. I have 4604 spectra, actually I´m only interested in the last 600 spectra which I want to plot. That is no problem by just using plot(rat_Approach(:,3960:4604));
Now comes the problem for me, I only want to plot each 20th of these spectra. When I use plot(rat_Approach(1:20:644,3960:4604)); matlab plot me all the spectra, buts with not all points.
Thanks for your help
myxtyx

Réponse acceptée

Rick Rosson
Rick Rosson le 14 Fév 2014
plot(rat_Approach(:,3960:20:4604));
  1 commentaire
myxtyx
myxtyx le 17 Fév 2014
Thanks a lot Rick

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Line Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by