フィルターのクリア

plot each 20th spectra

3 ビュー (過去 30 日間)
myxtyx
myxtyx 2014 年 2 月 14 日
コメント済み: myxtyx 2014 年 2 月 17 日
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

採用された回答

Rick Rosson
Rick Rosson 2014 年 2 月 14 日
plot(rat_Approach(:,3960:20:4604));
  1 件のコメント
myxtyx
myxtyx 2014 年 2 月 17 日
Thanks a lot Rick

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

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by