Find corresponding dates in a calendar
Mostra commenti meno recenti
I have dates in a variable "calendar":

I have another variable with certain dates "ISM_krock" which I want to use to extract the corresponding row number from "calendar":

If I use simply
r=calendar(ISM_krock);
it will return: Subscript indices must either be real positive integers or logicals.
How do I solve this?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Calendar in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!