필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Write queries for substring in a given string

조회 수: 2 (최근 30일)
Aditya
Aditya 2014년 1월 12일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello friends, I wish to read the data from an excel file and choose write queries to select tuples for a particular month/year.
[a,b]= xlsread(fileName,'C:C');
I used this to store all dates in b(in 'dd-mm-yyyy' format). Now I want to display dates for a particular month,say,January i.e mm-01-yyyy
How to I write conditions to check substring of a string stored in b?
Also,please tell me how to I treat them as numbers,as in,if I want to select dates between January and April,what condition should I write.
Thanks.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by