image thumbnail
from Essential MATLAB by Brian Hahn
Companion software for Essential MATLAB for Scientists and Engineers

fig4_2.m
hold on
x = -2:0.01:2;
plot(x, exp(x))
plot(x, sinh(x))
plot(x, cosh(x))
plot([-2 2], [0 0])
plot([0 0], [-4 8])
hold off

Contact us at files@mathworks.com