function y = hukum_ohm(x) V = x(1); R = x(2); if R <= eps R = eps; end y = V/R;