t=linspace(0,2*pi); % get values for the independent variable in the desired range plot(exp(t)-exp(-t),exp(t)+exp(-t)) % plot x vs y, given parametrically in terms of t