How to create a database in matlab?
5 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Database Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!