how to integrate " PARKING FEE COLLECTION SYSTEM BASED with NUMBER PLATE RECOGNITION code done on matlab

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 ?

 Accepted Answer

Are you using the database toolbox()?
Check out the now and datestr functions:
>> datestr(now)
ans =
23-Mar-2016 18:11:41

3 Comments

yeah i can use this but i want to create a database in which i can store this time and date stamp with number plate extracted and later to check that database for that calculate amount to be paid based on entry timestamp
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.

Sign in to comment.

More Answers (0)

Categories

Find more on Vehicle Dynamics Blockset in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!