Define start and end dates when selecting from file

1 Ansicht (letzte 30 Tage)
Megan Mirkhanian
Megan Mirkhanian am 2 Dez. 2019
Beantwortet: Sean de Wolski am 2 Dez. 2019
%%% define the start and end dates for your data in YearMonthDay formant,
% i.e, "October 1, 1982" should be formatted as "19821001", Time frames: 2021-2040, 2041-2060, and 2081-2100
date_start= "20211001";
date_end = "20400930";
It says that I have an invalid character for the quotation marks.
I need the dates from year=2021 month= 10 day= 01
to year=2040 month=09 day=30

Antworten (1)

Sean de Wolski
Sean de Wolski am 2 Dez. 2019
Look at creating a timetable and then using timerange to index into it.
doc timetable
doc timerange

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by