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
Youssef Khmou 2013년 3월 13일
편집: Youssef Khmou 2013년 3월 13일

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

Walter Roberson
Walter Roberson 2013년 3월 13일
This requires the Database Toolbox.
Youssef  Khmou
Youssef Khmou 2013년 3월 13일
ok
Lloyd
Lloyd 2013년 10월 21일
excuse me Youssef KHMOU, where will I insert your example? in the callback?
Youssef  Khmou
Youssef Khmou 2013년 10월 22일
yes .
KAE
KAE 2019년 12월 18일
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