How to create a database in matlab?
显示 更早的评论
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.
回答(1 个)
Youssef Khmou
2013-3-13
编辑:Youssef Khmou
2013-3-13
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 个评论
Walter Roberson
2013-3-13
This requires the Database Toolbox.
Youssef Khmou
2013-3-13
ok
Lloyd
2013-10-21
excuse me Youssef KHMOU, where will I insert your example? in the callback?
Youssef Khmou
2013-10-22
yes .
KAE
2019-12-18
Walter, can the Database toolobox be used to create the database?
类别
在 帮助中心 和 File Exchange 中查找有关 Database Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!