フィルターのクリア

Parsing certain indexs in array

1 回表示 (過去 30 日間)
m j
m j 2016 年 9 月 7 日
コメント済み: Walter Roberson 2016 年 9 月 7 日
So I have a 104X800 array . I need to plot only odd columns. then I need to have columns between 100-300 plotted, and not plot columns 1-100 and 300-400 example: say row 70 and only look at all odd columns.
I know I can exclude the last 100 columns with "end-100" and only plot odd columns with "1:2", but im having trouble with excluding beginning?? plot(data(70,1:2:end-100)');
  1 件のコメント
Walter Roberson
Walter Roberson 2016 年 9 月 7 日
plot( data(70, 101:2:300) )
??

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

回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by