function j = j(x) if x ~= 0 j = x; else error('Error:666','Error x = 0 ') end