Help defining this variable?

There is a set of data with 5 columns and column 2 is bacteria1 column 3 is bacteria2. How would you make a variable holding the data from columns 2 and 3 in the same defining variable not two different ones?

回答 (1 件)

dpb
dpb 2014 年 6 月 25 日

2 投票

bac12=data(:,2:3);

カテゴリ

ヘルプ センター および File ExchangeFinancial Toolbox についてさらに検索

タグ

質問済み:

2014 年 6 月 25 日

回答済み:

dpb
2014 年 6 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by