.mat files database

3 ビュー (過去 30 日間)
Rahaf mutlaq
Rahaf mutlaq 2019 年 3 月 24 日
コメント済み: Walter Roberson 2019 年 4 月 17 日
hello everyone
I'm beginner at matlab database
i just want to ask , if i have .mat files for heartbeat how to make it in database ?
is there toolbox in matlab for this kind of project
or should i first convert it to sql and then link it with matlab as database ?
and what to query in heartbeat database ?
  5 件のコメント
Rahaf mutlaq
Rahaf mutlaq 2019 年 4 月 17 日
After I search by name, I want the content of the specified name display (heart beat graphs that inside. mat file )
Walter Roberson
Walter Roberson 2019 年 4 月 17 日
What is the point in using a database for that? You could just keep a cell array of character vectors, and use ismember() to verify that the query is in the list of known names, and then load() the data from the file. If the same data tends to be loaded multiple times, you could use a containers.Map to cache the values.

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

回答 (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