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!