Username Remember Me?
Password   forgot password?
   
   
sddate dimension missmatch
Posted: 03 August 2010 02:31 PM   [ Ignore ]  
Newbie
Rank
Total Posts:  4
Joined  2010-08-03

Hi,

when using the sddata function (Version 2.1.0) entering data and type with non matching dimension (e.g. when accidentally using an row vector instead of a column vector) the function does not return an error but pretends to be busy indefinitely.
The only way to stop it is ctrl-c.

Martin

Profile
 
 
Posted: 03 August 2010 02:34 PM   [ Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  240
Joined  2008-04-26

Hi Martin,

thanks for reporting this. But could you post the code example? I cannot repeat the problem.

Thanks!

Pavel

Profile
 
 
Posted: 03 August 2010 02:40 PM   [ Ignore ]   [ # 2 ]  
Newbie
Rank
Total Posts:  4
Joined  2010-08-03

Hi Pavel,

minimal example.

this works fine: sddata(rand(10),[’1234567890’]’)

this does not: sddata(rand(10),[’1234567890’])
matlab is indicating to be busy.

Profile
 
 
Posted: 03 August 2010 03:06 PM   [ Ignore ]   [ # 3 ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  240
Joined  2008-04-26

Hi Martin,

thanks. I see the problem. The fix will come in the next development release. We will raise the error due to label/data size mismatch.

With Kind Regards,

Pavel

Profile