Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Problem Using Matwrite, "unrecognized command" error
From 
 
Nick Cox <[email protected]> 
To 
 
[email protected] 
Subject 
 
Re: st: Problem Using Matwrite, "unrecognized command" error 
Date 
 
Fri, 15 Apr 2011 09:51:35 +0100 
. ssc desc matwrite
--------------------------------------------------------------------------------------------------------------
package matwrite from http://fmwww.bc.edu/repec/bocode/m
--------------------------------------------------------------------------------------------------------------
TITLE
      'MATWRITE': module to write Stata variables as MATLAB matrices
DESCRIPTION/AUTHOR(S)
      matwrite is a Stata plugin that allows the user to export data to
      the  MATLAB MAT-file format from within Stata. "matwrite" allows
      you to export all  (or selected) variables as column vectors, and
      all (or selected) matrices as matrices.  Furthermore, the user is
      able to specify groups of variables to export as matrices. The
      compiled plugin for matwrite is only currently available for
      Windows systems.
      KW: MATLAB
      KW: export
      KW: MAT-files
      KW: Windows
      Requires: Stata version 8.2 for Windows
      Distribution-Date: 20041216
      Author: Andrew Shephard, Institute for Fiscal Studies, London
      Support: email [email protected]
INSTALLATION FILES                             (type net install matwrite)
      matwrite.ado
      matwrite.hlp
      matwrite.plugin
--------------------------------------------------------------------------------------------------------------
(type -ssc install matwrite- to install)