function pushset(handle,prop,value)
% PUSHSET - push new properties onto a value stack.
%
% PUSHSET(HANDLE, PROP, VALUE) will take the old value of PROP for
% HANDLE, and save it on a stack associated
function tf=propcheck(obj, prop, value)
% Check to see if PROP for OBJ has VALUE
v=get(obj,prop);
if isa(v,class(value))
if isa(v,'char')
tf=strcmp(v,value);
else
if v==val
// Prop.h : main header file for the PROP application
//
#if !defined(AFX_PROP_H__CBC03249_0589_4ED4_822F_EEB2EE0C722B__INCLUDED_)
#define AFX_PROP_H__CBC03249_0589_4ED4_822F_EEB2EE0C722B__INCLUD
//
// PROP.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//////
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : Prop
========================================================================
function ans = get(obj,prop)
%GET Method for fdax object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
obj = struct(obj);
if ~iscell(prop)
function ans = get(obj,prop)
%GET Method for fdline object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.3 $
obj = struct(obj);
if ~iscell(prop)
function ans = get(obj,prop)
%GET Method for fdspec object
% Author: T. Krauss
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.4 $
obj = struct(obj);
if nargin == 1