PLOTBOTOPT Define options for robot plotting Default options for robot/plot function.
0001 %PLOTBOTOPT Define options for robot plotting 0002 % 0003 % Default options for robot/plot function. 0004 0005 % Copyright (C) 2001-2008, by Peter I. Corke 0006 % 0007 % This file is part of The Robotics Toolbox for Matlab (RTB). 0008 % 0009 % RTB is free software: you can redistribute it and/or modify 0010 % it under the terms of the GNU Lesser General Public License as published by 0011 % the Free Software Foundation, either version 3 of the License, or 0012 % (at your option) any later version. 0013 % 0014 % RTB is distributed in the hope that it will be useful, 0015 % but WITHOUT ANY WARRANTY; without even the implied warranty of 0016 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 0017 % GNU Lesser General Public License for more details. 0018 % 0019 % You should have received a copy of the GNU Leser General Public License 0020 % along with RTB. If not, see <http://www.gnu.org/licenses/>. 0021 0022 function o = plotbotopt 0023 o = {'base' 'perspective' };