how to integrate " PARKING FEE COLLECTION SYSTEM BASED with NUMBER PLATE RECOGNITION code done on matlab
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
najam rizvi
am 22 Mär. 2016
Kommentiert: najam rizvi
am 20 Nov. 2016
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 Kommentare
Akzeptierte Antwort
Image Analyst
am 23 Mär. 2016
Are you using the database toolbox()?
Check out the now and datestr functions:
>> datestr(now)
ans =
23-Mar-2016 18:11:41
3 Kommentare
Image Analyst
am 18 Nov. 2016
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Database Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!