aa1_hulk

function H = hulk(v)
    
    vT = v';
    H = [vT vT.^2 vT.^3];
    
end

 

Posted in Uncategorized