Plot Excel Time Series,date without weekend and holidays in Matlab

2 次查看(过去 30 天)
Hi all, I was just wondering if there is a way to Plot Excel financial Time Series,date without weekend and holidays in Matlab? I had a look at other questions(Datenum etc) but none of them help with my situation.Please help!

回答(1 个)

BhaTTa
BhaTTa 2024-10-14
Hey @Kristy Kwok, you can achieve the above functionality in MATLAB, Please follow the below steps
  1. Read the Data using 'readtable' or 'xlsread'
  2. Convert Dates into MATLAB 'datetime' format
  3. You can remove weekends by logical indexing for holidays you can have seperate holiday list that can be used to compare and remove holidays from our table
Hope it helps.

类别

Help CenterFile Exchange 中查找有关 Calendar 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by