Robochameleon
v1.0
Main Page
User Guides
Code groups
Classes
Files
File List
File Members
utils
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
signal_interface::N
function N(in obj)
Retrieve the number of signal components.
signal_interface::end
function end(in obj, in k, in n)
Overload of indexing end statement.
Generated on Fri Dec 9 2016 18:23:35 for Robochameleon by
1.8.11