How to create a database in matlab?
4 ビュー (過去 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!