SimpleSLAM icon indicating copy to clipboard operation
SimpleSLAM copied to clipboard

Error in 'normrnd'

Open msarim opened this issue 10 years ago • 0 comments

I am having the following issue while running this code:

slam Undefined function 'normrnd' for input arguments of type 'double'.

Error in moveParticle (line 25) speed = normrnd(movement(1), variance(1)*.25);

Error in slam (line 81) real_position = moveParticle(real_position, movement_command, movement_variance);

I am using MATLAB R2013a on Windows 7

msarim avatar Nov 04 '14 17:11 msarim