The Algorithms logo
The Algorithms
À proposFaire un don

Minone

function z= minone(x)
    z = sum(x.^2);
end