How to create a database in matlab?
Show older comments
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.
Answers (1)
Youssef Khmou
on 13 Mar 2013
Edited: Youssef Khmou
on 13 Mar 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 Comments
Walter Roberson
on 13 Mar 2013
This requires the Database Toolbox.
Youssef Khmou
on 13 Mar 2013
ok
Lloyd
on 21 Oct 2013
excuse me Youssef KHMOU, where will I insert your example? in the callback?
Youssef Khmou
on 22 Oct 2013
yes .
KAE
on 18 Dec 2019
Walter, can the Database toolobox be used to create the database?
Categories
Find more on Database Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!