Find corresponding dates in a calendar
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Calendar en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!