How to look at system variable in MatLab? - getenv -- MatLab

 How to look at system variable in MatLab? - getenv -- MatLab


How to look at system variable in MatLab? - getenv -- MatLab

[Ans]

getenv

[description]

<result>=getenv('<path>');
get system enviroment with specified path.

more details on:

Comments