MATLAB: How to graph sharps #

graphing sharps

I'm writing a Matlab script containing a keyboard that graphs the notes on a musical staff. I was wondering if it's possible to plot the # symbol in the graph.

Best Answer

Sure. Just call the line() function 4 times.
Related Question