You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
187 B
Matlab

function respComplex=calc_resp_complex(Y,x,y,features)
iterations=length(Y{1});
y_all_nodes=cat(1,Y{:});
%take max across features
respComplex(1:iterations)=max(y_all_nodes(features,:));