MATLAB: Any way to use fplot to draw multiple curves in the same figure

fplotplot

As what title asks

Best Answer

fplot(@(x)[tan(x),sin(x),cos(x)], 2*pi*[-1 1 -1 1])