Bill Gould has a Mata matters column out real soon now in Stata Journal
8(3) 2008 that should help here.
Nick
[email protected]
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Stas
Kolenikov
Sent: 17 September 2008 15:22
To: [email protected]
Subject: st: analogues of macros in Mata?
Suppose I form say a filename using some string operations, something
like
myfilename = prefix + "-" + suffix
and then want to save something along the lines of
mata matsave {myfilename} Matrix1 Matrix2 Matrix3
Is there any way to have Mata go into the contents of myfilename
object there, rather than create the file "myfilename.mmat" in the
current directory? Or may be explicit version
mata matsave prefix+"-"+suffix Matrix1 Matrix2 Matrix3
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/