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 个)

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 个评论

This requires the Database Toolbox.
excuse me Youssef KHMOU, where will I insert your example? in the callback?
Walter, can the Database toolobox be used to create the database?

请先登录,再进行评论。

标签

提问:

2013-3-13

评论:

KAE
2019-12-18

Community Treasure Hunt

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

Start Hunting!

Translated by