To plot the function 3x + 4/36
in MATLAB, you can follow these steps:
linspace
functionplot
function to create the graphHere is the code to plot the function:
main.m235 chars15 lines
This will create a graph of the function 3x + 4/36
with x ranging from 0 to 10.
gistlibby LogSnag