function [ f ] = coeff( t ) %UNTITLED Summary of this function goes here % Detailed explanation goes here f = 1+t^2; %f = 1/(cos(t)+3*sin(t)); end