Home > freetb4matlab > statistics > fullfact.m

fullfact

PURPOSE ^

% Full factorial design.

SYNOPSIS ^

function A = fullfact(n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} fullfact (@var{N})
% Full factorial design.
%
% If @var{N} is a scalar, return the full factorial design with @var{N} binary
% choices, 0 and 1.
%
% If @var{N} is a vector, return the full factorial design with choices 1 
% through @var{n_i} for each factor @var{i}.
%
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003