From: Stephen on 3 May 2010 14:48 I am getting the message: 'MANPATH: Undefined variable' when I run a shell command within Matlab such as 'ls'. What does this mean and how can I correct this? I am running Matlab in Mac OS-X. Thanks, S
From: Merciadri Luca on 3 May 2010 16:47 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 "Stephen" <arrows(a)lanl.gov> writes: > I am getting the message: 'MANPATH: Undefined variable' when I run a shell command within Matlab such as 'ls'. What does this mean and how can I correct this? I am running Matlab in Mac OS-X. MANPATH defines where the Linux or Unix manual (man) pages are found. On Linux by default MANPATH isn't used because of the /etc/man.config setup. (Type "man man" for more detailon MANPATH). You might modify MANPATH's variable to be in accordance to your filesystem. I have absolutely no knowledge of Mac OS, but this is often done by exporting, or, more generally, by setting an environment variable. These keywords might be useful for you for Googling out. HTH. - -- Merciadri Luca See http://www.student.montefiore.ulg.ac.be/~merciadri/ - -- The heart has reasons that reason does not understand. (Jacques Bossuet) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/> iEYEARECAAYFAkvfNlIACgkQM0LLzLt8Mhz6QwCgqsPAZ1s4AzWGHuiYEkrmFO5n TDQAnjro6xJ+kA1DMXPEC4JdoSNt9noc =5gpr -----END PGP SIGNATURE-----
|
Pages: 1 Prev: finding maximum in matrix/image Next: how to take off scale in a figure? |