matlab绘制上证指数价格和收益率曲线

首先从网易财经下载上证指数,以收盘价作为每日价格。 之后进行数据处理。
figure(1)绘制收盘价数据 figure(2)绘制对数收益率数据 figure(3)利用子图subplot方式把收盘价和对数收益率汇总 figure(4)利用双坐标轴在图一幅图中绘制收盘价和对数收益率
%shzh = readtable('zhishu.xlsx');
%data_cell = table2cell(shzh(:,1));
%data = datatime(data_cell,'InputFormat','yyyy/MM/dd');
%shzhpt = table2array(shzh(:,4:7)); %Convert table to a homogeneous array.
%pclose = shzhpt(:1);
[num,txt,raw] = xlsread('000001.xlsx');
date_ce

matlab绘制上证指数价格和收益率曲线最先出现在Python成神之路

版权声明:
作者:主机优惠
链接:https://www.techfm.club/p/7688.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>