| Contents | Index |
getenv 'name'
N = getenv('name')
getenv 'name' searches the underlying operating system's environment list for a string of the form name=value, where name is the input string. If found, the MATLAB software returns the string value. If the specified name cannot be found, an empty matrix is returned.
N = getenv('name') returns value to the variable N.
os = getenv('OS')
os =
Windows_NTcomputer | path | pwd | setenv | ver
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |