필터 지우기
필터 지우기

patient database

조회 수: 2 (최근 30일)
Sermed
Sermed 2012년 3월 19일
I work at an eye clinic where i ran some electrophysiological examinations. The output data could be exported and viewed in matlab. Now I want make a list of my patients with their info, and be able to search and open a certain examination for a certain patient. How and where to start? thanks in advance

채택된 답변

Thomas
Thomas 2012년 3월 19일
I think you need the MARLAB gui development environment to build the gui.
Rest of the coding will be simple..
doc guide
  댓글 수: 1
Sermed
Sermed 2012년 3월 19일
Thanks Thomas. I considered using the GUI, but i thought that there is a toolbox or functions for database implementation

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Andreas Goser
Andreas Goser 2012년 3월 19일
You may want to use Database Toolbox in combination with creating a graphical user interface (GUI). If the "database" is just for you and can be as simple as a MS Excel spreadsheeet, you alre probably fine with commands like XLSREAD and XLSWRITE, but if you like to access a real database, then have a look at the toolbox.

카테고리

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