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

2 vues (au cours des 30 derniers jours)
Kristy Kwok
Kristy Kwok le 2 Avr 2018
Réponse apportée : BhaTTa le 14 Oct 2024
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!

Réponses (1)

BhaTTa
BhaTTa le 14 Oct 2024
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.

Catégories

En savoir plus sur Calendar dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by