function [ y] = df1( x ) %UNTITLED Summary of this function goes here % Detailed explanation goes here y = 3*x.^2; end