.mat files database
이전 댓글 표시
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
Walter Roberson
2019년 3월 24일
What fields do you want to be able to search the database on?
Rahaf mutlaq
2019년 4월 17일
Walter Roberson
2019년 4월 17일
NAME as in file name, such as s0552_rem.mat ?
What would you like the output of the database query to be?
Rahaf mutlaq
2019년 4월 17일
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개)
카테고리
도움말 센터 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!