Hi Peter,
Quick Fix. The current script adding the paths for installation of the toolbox doesn't include the path for spatial-math.
I guess line 29 removing addpath(fullfile(rvcpath, 'simulink')); (wich doesn't exist anymore) and adding addpath(fullfile(rvcpath, 'sm')); should do the trick.
Regards,
Thomas
Hi Peter,
Quick Fix. The current script adding the paths for installation of the toolbox doesn't include the path for
spatial-math.I guess line 29 removing
addpath(fullfile(rvcpath, 'simulink'));(wich doesn't exist anymore) and addingaddpath(fullfile(rvcpath, 'sm'));should do the trick.Regards,
Thomas