Add a subplot to a graph generated by MultiChannelPlot.
a = AddChannelPlot(signal,label,fig)
A real vector of length or a 2D real
array with n
rows: the signal
values. If it is an array all the columns will be plotted
in a single subplot with different colors.
A character string: the y axes label of the associated subplot.
A handle on a figure generated by the MultiChannelPlot
function. The default value is gcf()
.
an axes handle. The handle of the axes associated to the newly created subplot.
This function allows to add a subplot to a MultiChannelPlot graph.