Home > freetb4matlab > struct > tars.m

tars

PURPOSE ^

% s = tars (foo,bar, ... ) == struct ('foo',foo,'bar',bar,...)

SYNOPSIS ^

function s = tars(varargin)

DESCRIPTION ^

% s = tars (foo,bar, ... ) == struct ('foo',foo,'bar',bar,...)
%
% Groups foo, bar, ... into a struct whose fields are 'foo', 'bar' ...
% and such that s.foo == foo, s.bar == bar ...  
%
% See also : untar

CROSS-REFERENCE INFORMATION ^

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