To plot the three related functions of x in MATLAB, you can create a script file with the following code:
main.m576 chars30 lines
Save the script file with a .m extension (e.g., plot_functions.m) and run it in MATLAB. You will see a plot with three functions, x-axis label, y-axis label, legend, title, and specified axis limits.
gistlibby LogSnag