12 function obj =
sink(nInputs)
16 % error('Number of inputs must be a positive integer.');
18 obj.nInputs = nInputs;
22 function traverse(~,~), end
24 function [varargout] = readBuffer(obj)
25 varargout = obj.inputBuffer;
26 if(~ispref('
robochameleon','debugMode') && ~getpref('robochameleon','debugMode'))
33 function setKeep(obj, keep)
Superclass: basic building block to hold functions.
function robochameleon(in varargin)
Add robochameleon related directories to the MATLAB path.