MATLAB: Which commands can I use to create plot for sin, cos, tan in same graph using subplots on the interval [-pi, pi]

MATLABplotsubplot

Which commands can I use to create plot for sin, cos, tan in same graph using subplots on the interval [-pi, pi]?

Best Answer

Read subplot() , if you have doubts still try some code and ask:
Same like your previous question use fplot(...,[,]) the square brackets define the interval , use three subplots for each function