[討論] 計算後直接取值 有辦法不用tmp處理嗎?

作者: greg2977 (澔呆)   2021-03-31 00:03:32
我有一個二維矩陣
想要取平均後 讓其中的第5-8筆 再取max
現在是這樣寫
tmp=mean(x,1)
Max(tmp(5:8))
% Max(mean(x,1)(5:8)) 好像不能這樣用
作者: sunev (Veritas)   2021-03-31 00:20:00
Max(mean(x(:,5:8),1))

Links booklink

Contact Us: admin [ a t ] ucptt.com