说明:Waterfall plot matlab function. Plots the waveforms in X(time,rcvr) vs. "time".Each trace is auto scaled so that the peak-to-peak value is at most 1...
说明:matlab绘图功能,plot,ezplot等等函数的用法及各自的特点-matlab graphics, plot, ezplot function usage, etc. and their respective characteristics
说明:to plot a pointer.[X Y Z] = XYZPLOTTER(XIN,YIN,ZIN) transforms lists XIN, YIN, ZIN which
说明:plot 是绘制二维图形的最基本函数,它是针对向量或矩阵的列来绘制曲线的。也就是 说,使用plot 函数之前,必须首先定义好曲线上每一点的x 及y 坐标,常用格式为: (1)plot(x) 当x 为一向量时,以x 元素的值为纵坐标,x 的序号为横坐标值绘制 曲线。当x 为一实矩阵时,则以其序...