close all
clc
clear all

figure
f = @(x, y) x./y;
fsurf(f) % default interval: [-5 5 -5 5]

figure
fcontour(f)