How to create a database in matlab?

5 次查看(过去 30 天)
KODHAI
KODHAI 2013-3-13
评论: KAE 2019-12-18
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
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 个评论
KAE
KAE 2019-12-18
Walter, can the Database toolobox be used to create the database?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Database Toolbox 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by