필터 지우기
필터 지우기

how to connect the matlab to mysql database

조회 수: 5 (최근 30일)
yamuna muthusamy
yamuna muthusamy 2013년 8월 23일
we done the face recognition and finger print recognition using matlabthen we created inn mysql database..we want to compare finger print and face recognition and we want to compare it in database..we don't know how to connect matlab to database.pls give me that program.pls .

답변 (1개)

Madhura Suresh
Madhura Suresh 2013년 8월 26일
Make sure the database and the driver are installed, once you have the database toolbox.
Connect to the database, test_db, on the machine remotehost. Use the user name, root, and password, matlab.
conn = database('test_db','root','matlab','Vendor','MySQL',... 'Server','remotehost');

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by