pwd2path.m 86 B

123456
  1. % PWD2PATH()
  2. %
  3. % add current working directory (pwd) to path.
  4. P = path;
  5. path(pwd,P);