From: <HIDDEN>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to add a new property to a handle?
Message-ID: <ef537ba.4@webcrossing.raydaftYaTP>
Date: Sat, 7 Apr 2007 17:01:37 -0400
References: <ef537ba.-1@webcrossing.raydaftYaTP> <ev3kqk$cui$1@canopus.cc.umanitoba.ca> <ef537ba.1@webcrossing.raydaftYaTP> <ev3nli$g8b$1@canopus.cc.umanitoba.ca> <ef537ba.3@webcrossing.raydaftYaTP>
Lines: 8
NNTP-Posting-Host: 80.178.76.226
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:402120



I've found out how to add the new properties to a given handle -
simply use schema.prop directly on handle h, not on handle(h). But
unfortunately, the new properties are hidden: they can be read with
get and modified with set, but are not displayed in get(h)/set(h),
nor in inspect(h), not to mention that tab-completion doesn't work
for them. Not even when set(0,'hideundocumented','off').

So, does anyone know how to make schema.props visible?