时间序列数据进行平滑处理效果预览:
Excel原数据部分预览:
1. 读取金融时间序列数据,绘制波形图
x = xlsread('examp03_02.xls'); % 从文件examp03_02.xls中读取数据
price = x(:,4)
时间序列数据进行平滑处理效果预览:
Excel原数据部分预览:
x = xlsread('examp03_02.xls'); % 从文件examp03_02.xls中读取数据
price = x(:,4)
微信扫码登录