I have many datasets generated with Prtools and the first thing I tried in PRSD was visualizing the data with sdscatter. I found the following error:
>> sdscatter(dsTarget_dataset)
PRSD Studio Lite 2.2.1 (03-May-2010), Copyright (C) 2007-2010, PR Sys Design, All rights reserved
Only for non-commercial use.
??? Index exceeds matrix dimensions.
Error in ==> D:\Mariano\papers\ECG Classification\scripts\common\prsd_toolbox\@sddata\private\prtools_import.p>prtools_import at 12
Error in ==> D:\Mariano\papers\ECG Classification\scripts\common\prsd_toolbox\@sddata\sddata.p>sddata at 56
Error in ==> D:\Mariano\papers\ECG Classification\scripts\common\prsd_toolbox\sdscatter.p>sdscatter at 38
>>
>>
>> struct(dsTarget_dataset)
ans =
data: [100695x23 double]
lablist: {6x4 cell}
nlab: [100695x5 double]
labtype: 'crisp'
targets: []
featlab: [23x1 double]
featdom: {[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [2x2 double]}
prior: []
cost: []
objsize: 100695
featsize: 23
ident: [1x1 struct]
version: {[1x1 struct] '02-Jun-2010 11:30:09'}
name: 'MITBIH-AR-2 leads'
user: [1x1 struct]
Am I doing anything wrong ?
Thanks,
Mariano.

