www.gusucode.com > graphics 案例源码程序 matlab代码 > graphics/PlotExpressionExample.m

    %% Plot Expression
% Plot |sin(x)| over the default |x| interval |[-5 5]|.

fplot(@(x) sin(x))