|
Olaf <noreplay@inder.net> wrote in message
<fh0t5t$585$1@fuerst.cs.uni-magdeburg.de>...
> Hi,
>
> what is the meaning of schema.p files inside the
package.class sub
> directories? How to create them manually?
>
> Thanks
> Olaf
These are probably pcode (compiled) versions of schema.m,
which defines the class members (properties, methods and
their scope access). There are several schema.m files you
can look at for examples. The entire schema concept is
Matlab's new object-oriented approach, that has been in beta
or internal-use status for several years now and is still
not officially supported nor documented. However, it allows
very important functionality and is relatively easy to use.
Yair Altman
http://ymasoftware.com
|