其他函数:
风玫瑰
windrose
画风玫瑰图.
句法
windrose (direction,speed)
描述
windrose (direction,speed) 返回风玫瑰图。[direction,speed]分别为风向和风速,大小都为N×1。
画风玫瑰图.
句法
windrose (direction,speed)
描述
windrose (direction,speed) 返回风玫瑰图。[direction,speed]分别为风向和风速,大小都为N×1。
污染物模式分析
plotpattern
画污染物时间分布图。
句法
plotpattern (date,conc,plot)
描述
plotpattern (date,conc,plot) 返回污染物时间分布图。[date,conc]为污染物时间序列,大小都为N×1。date必须为数字模式,可以使用datenum函数转换。plot可以为“hourly”,“daily”,“weekly”,“monthly”,“seasonal”或者“all”,函数将分别返回相应的污染物时间分布图。
画污染物时间分布图。
句法
plotpattern (date,conc,plot)
描述
plotpattern (date,conc,plot) 返回污染物时间分布图。[date,conc]为污染物时间序列,大小都为N×1。date必须为数字模式,可以使用datenum函数转换。plot可以为“hourly”,“daily”,“weekly”,“monthly”,“seasonal”或者“all”,函数将分别返回相应的污染物时间分布图。
污染事件分析
event
返回时间序列中污染物的峰谷事件。
句法
events = event (date,conc,high,number,duration,plot)
描述
返回时间序列中污染物的峰谷事件。
句法
events = event (date,conc,high,number,duration,plot)
描述
events = event (date,conc,high,number,duration,plot) 返回事件矩阵events,大小为number×2,第一列为事件时间,第二列为事件时污染物浓度。[date,conc]为污染物时间序列,大小都为N×1。如果high等于1,函数返回峰值事件,否则函数返回谷值事件。number为返回事件的数量;duration为分析时假定的事件持续时间。如果plot等于1,则会返回时间序列图像,并将检测到的事件标注出来。