20.01.2015 Views

njit-etd2003-081 - New Jersey Institute of Technology

njit-etd2003-081 - New Jersey Institute of Technology

njit-etd2003-081 - New Jersey Institute of Technology

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

289<br />

l. Invoke MATLAB. Let's start by clearing all figures and work area and load the<br />

data in cpcohdata.xls.<br />

>> close all<br />

>> clear all<br />

>> Icpdata,categories]=xlsread('cpcohdata.xls);<br />

>> whos<br />

Name Size Bytes Class<br />

categories 2x15 1962 cell array<br />

names 55x3 330 char array<br />

cpdata 55x15 3720 double array<br />

workspace.<br />

The whos command generates a table <strong>of</strong> information about all the variables in the<br />

The cpcoh data set (cpcohdata.xls file) contains 3 variables:<br />

•categories, a string matrix containing the names <strong>of</strong> the HRV parameters.<br />

• ames, a string matrix containing the names <strong>of</strong> the COPD and normal subjects.<br />

•cpdata, the data matrix with 55 rows and 15 columns.<br />

2. Let's look at the value <strong>of</strong> the categories variable.<br />

>> categories<br />

categories =<br />

Columns 1 through 6<br />

'rsp"HR' 'BP"LF_coh_"LF_coh_"LF_coh_'<br />

[] [] [i 'HR_rsp"HR_BP"BP_rsp'<br />

Columns 7 through 11<br />

'HF_coh_"HF_coh_"HF_coh_"LFpcoh_"LF_pcoh:<br />

'HR_rsp' HR_BP"BP_rsp"HRrsp' 'HR BP'

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!