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

    %% Plot Over the Default Range
%% 1

% Copyright 2015 The MathWorks, Inc.

syms x y
ezplot(x^2 == y^4)