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!