www.gusucode.com > symbolic 源码程序 matlab案例代码 > symbolic/PlotSymbolicExpressionsAndFunctionsExample.m

    %% Plot Symbolic Expression
% Plot |tan(x)| over the default range of |[-5 5]|. |fplot| shows poles by
% default. For details, see the |ShowPoles| argument in <docid:symbolic_ug.bu7dp_9-1>.
syms x
fplot(tan(x))