x = linspace(-10, 10, 500); % definujeme dost hustou síť proměnné x y = x ./ (x.^2 + 1); plot(x, y) xlim([-11, 11]) ylim([-0.6, 0.6])