Find corresponding dates in a calendar
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Calendar에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!