MATLAB: Please help me to convert this math equation

math equationMATLAB

Hi there
I have to convert these equations to matlab code. how to do it?
thanks in advance

Best Answer

C = mean( v_star *. w );
T = alpha / 3 * mean(abs(v_star));
Related Question