% ROTATE3D - Placeholder for MATLAB ROTATE3D % % Function does nothing except allow code written for MATLAB handle-graphics to % at least execute under Octave. % % Usage: a = rotate3d(varargin) % % Peter Kovesi % School of Computer Science & Software Engineering % The University of Western Australia % http://www.csse.uwa.edu.au/ % % August 2005 function a = rotate3d(varargin) fprintf('Warning: Handle-graphics not implemented in Octave\n'); if nargout == 1 a = 0; end