フィルターのクリア

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.
  1 件のコメント
sweta arya
sweta arya 2015 年 8 月 8 日
Thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDatabase Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by