www.gusucode.com > 机器人工具箱 - robot源码程序 > robot\startup.m

    disp('Robotics Toolbox for Matlab (release 8)')
disp('  (c) Peter Corke 1992-2008 http://www.petercorke.com')
tbpath = fileparts(which('fkine'));
disp(['  installed in ', tbpath])
addpath( fullfile(tbpath, 'demos') );