The Algorithms logoThe Algorithms
About
function z= minone(x)
    z = sum(x.^2);
end

Minone

A