i would like to plot the following three functions in MATLAB using ezplot() but i want the functions to be on the same graph to easily interpret the differences. is this possible? if so how? the three function are:
x^3
x^5
x^7
thanks,
mysticxhobo
Just use
hold onto plot them in succession on the same axes: