function y = pengali_nol(x) if x == 0 y = 0; else y = 1; end