How to create a database in matlab?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
In my final yr project i am going to recognize the license plate and find owners detail from database. Here the first step of recognition is over. I don't know to create a database in matlab please help me.
0 Kommentare
Antworten (1)
Youssef Khmou
am 13 Mär. 2013
Bearbeitet: Youssef Khmou
am 13 Mär. 2013
hi,
you can create a database , for example, in Mysql and make connection between Math(c) and Mysql with function database :
% example
>>conn = database('plates','Yourname','******');
Or you can use structures
>>doc struct
5 Kommentare
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!