function [ area ] = deriver( x, f ) %INTEGRER f en vektor h = x(2)-x(1); area= sum(f)*h; end