function [ z ] = myF_error( x,y ) if y==0 z=0 error(' Error - division by zero '); else z=x/y; end