필터 지우기
필터 지우기

database of images in matlab

조회 수: 2 (최근 30일)
sweta arya
sweta arya 2015년 8월 7일
댓글: sweta arya 2015년 8월 8일
For accessing images & performing operations of images?which is good option from given below-
  1. creating database in matlab itself
  2. creating mysql database then connect to matlab

채택된 답변

Walter Roberson
Walter Roberson 2015년 8월 7일
Using a real database adds complications: the other software has to be installed and configured, and you have to build the connection to it. For less-demanding operations it is often easier to implement the database in MATLAB.
If, however, performance is an important factor, and especially if reliability of updates is a factor, or if the same database needs to be shared by multiple processes, then it is advised to use a real database.

추가 답변 (0개)

카테고리

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