Alex's Octave Assignment
Jump to navigation
Jump to search
You can change the colors of the Plots by entering a color command before choosing the line style of the plot. plot(time, Volts, 'r-')
there are many different colors: "r" = red "g" = green "b" = blue "m" = Magenta "c" = cyan "w" = white