Robochameleon  v1.0
arecells.m
Go to the documentation of this file.
1 function [y,bool] = arecells( varargin )
2  N=length(varargin);
3  bool=logical(zeros(1,N));
4  for n=1:N
5  bool(n)=iscell(varargin{n});
6  end
7  y=sum(bool)==N;
8 end
function N(in obj)
Retrieve the number of signal components.
function end(in obj, in k, in n)
Overload of indexing end statement.