function bifur(a,limits) if nargin == 1 ezmesh(['tanh(' a ')']); else ezmesh(['tanh(' a ')'],limits); end hold on ezplot(a); colormap(jet); view(2)