Username Remember Me?
Password   forgot password?
   
   
dataset.m renaming into prdataset
Posted: 06 August 2009 06:12 PM   [ Ignore ]  
Newbie
Rank
Total Posts:  6
Joined  2009-05-04

matlab’s statistic toolbox defines a class dataset which yields errors due to class redefinition conflicts e.g. within boxplot.m in matlab 2009a

Profile
 
 
Posted: 06 August 2009 06:24 PM   [ Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  236
Joined  2008-04-26

Hi Sascha,

thanks for the post. Statistical toolbox is not compatible with PRTools because both define a dataset class. Renaming PRTools dataset object is not really an easy task as a lot of existing code either calls dataset.m constructor or tests if an object is a dataset.

With Best Regards,

Pavel

Profile
 
 
Posted: 06 August 2009 06:32 PM   [ Ignore ]   [ # 2 ]  
Newbie
Rank
Total Posts:  6
Joined  2009-05-04

Hi Pavel,
thanks for your quick reply.
Sounds like the issue won’t be ‘fixed’ anytime soon?
May I get the source code of the compiled files?

Best regards,
Sascha

Profile
 
 
Posted: 06 August 2009 06:41 PM   [ Ignore ]   [ # 3 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  236
Joined  2008-04-26

Hi Sascha,

for details on PRTools development or source code, you will need to contact PRTools author Dr.Robert Duin (see PRTools website).

Best Regards,

Pavel

Profile