what is summarised?
1 回表示 (過去 30 日間)
古いコメントを表示
Ioannis Vourvachakis
2021 年 10 月 30 日
コメント済み: Ioannis Vourvachakis
2021 年 10 月 31 日
I can't understand the syntax. What is summarised?
if mod(sum([subCarbon;prodCarbon;metCarb(cofMetIDs...
(ismember(cofMetIDs,find(model.S(:,i)))))]),2) == 0
0 件のコメント
採用された回答
Cris LaPierre
2021 年 10 月 30 日
The columns of the array resulting from this concatenation command
[subCarbon; prodCarbon; metCarb(cofMetIDs(ismember(cofMetIDs,find(model.S(:,i)))))]
2 件のコメント
Walter Roberson
2021 年 10 月 30 日
It certainly would have been clearer if they had broken out the metCarb(cofMetIDs(ismember(cofMetIDs,find(model.S(:,i))))) expression into a different variable (or series of variables.)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Continuous Waveforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!