From: "Nikolai Yu. Zolotykh" <zny@uic.nnov.ru>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: mexSubsReference mexSubsAssign
Message-ID: <ef45ebf.-1@webcrossing.raydaftYaTP>
Date: Tue, 14 Nov 2006 06:46:05 -0500
Lines: 17
NNTP-Posting-Host: 213.177.100.239
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:378638



Who knows what the subs parameter in the following (undocumented-?)
functions means?

extern mxArray *mexSubsReference(
      const mxArray *prhs,
      const mxArray *subs[],
      int nsubs
      );

mexSubsAssign(
      mxArray *plhs,
      const mxArray *prhs,
      const mxArray *subs[],
      int nsubs
      );

Whould you give me an example?