how to integrate " PARKING FEE COLLECTION SYSTEM BASED with NUMBER PLATE RECOGNITION code done on matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
I am doing " PARKING FEE COLLECTION SYSTEM BASED ON NUMBER PLATE RECOGNITION" using matlab as my mini project.Though there are many matlab codes an internet to recognize license plates ,I want store them into database with the entry time and date.Can someone help me to do this project ?
댓글 수: 0
채택된 답변
Image Analyst
2016년 3월 23일
Are you using the database toolbox()?
Check out the now and datestr functions:
>> datestr(now)
ans =
23-Mar-2016 18:11:41
댓글 수: 3
Image Analyst
2016년 11월 18일
There are tons of date time functions. Perhaps etime() would be useful to you.
For the database, I can't answer any questions but you might check out the database toolbox.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!