필터 지우기
필터 지우기

How to cycle through analysis for all patients?

조회 수: 3 (최근 30일)
Greydon Gilmore
Greydon Gilmore 2017년 2월 2일
댓글: KSSV 2017년 2월 2일
Hello,
I have made a function that holds all the variables for each patient that I have collected data from. Each patient has different input variables so I constructed the function to call these variables for each cycle of the analysis for each patient... [Patient_ID, smplrt, Contact_no, number_channels, number_blocks, study, notch_filter, delay_measured, Reserved1, Reserved2] = patient_info_database(Patient)
My question is how do I set up my main script so that the analysis is applied to each patient? In my database, I have set each patient as case 1, case 2, case 3... etc.
Any help would be appreciated.
  댓글 수: 1
KSSV
KSSV 2017년 2월 2일
Read about structures, tables in matlab. You can define your data either as structure or a table.

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

답변 (0개)

카테고리

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