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
2014 年 6 月 25 日
bac12=data(:,2:3);
カテゴリ
ヘルプ センター および File Exchange で Financial Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!