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!