Choice of Database for smooth data import into Matlab

3 ビュー (過去 30 日間)
Lenilein
Lenilein 2019 年 3 月 15 日
コメント済み: Guillaume 2019 年 3 月 19 日
Good Afternoon,
I would like to store my input data in a Database external to matlab. Any recommendation regarding the type of DB (Excel, SQL,...) for which the data import runs best?
I heard the Excel file has to be saved under another file type (.mat?) to be read efficiently in matlab which would be kind of a constraint since any modification of the Excel sheet forces to delete the old .mat file and save a new one...
Thank you!
  3 件のコメント
Lenilein
Lenilein 2019 年 3 月 19 日
Thank you Guillaume, your hints actually helped me figure out that Excel should be fine for my use since I'm not going to feed big amount of data in the model...
Is there a way I can accept your comment to close the ticket?
Guillaume
Guillaume 2019 年 3 月 19 日
I've reposted my comment as an answer.

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

採用された回答

Guillaume
Guillaume 2019 年 3 月 19 日
While excel can be used as a data source, I would hardly call it a database. Particularly, if you compare it to SQL databases. The database software that is part of Office is Access, not Excel. Databases have many features that excel can't provide. It's not clear whether you need any of them though, so you need to explain better your use case.
I heard the Excel file has to be saved under another file type (.mat?) to be read efficiently in matlab
Huh? Matlab can read excel files directly using xlsread or readtable. There's no set method to convert an excel file into a mat file anyway, so if you were to do that, you'd first have to use one of these two functions.

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by