필터 지우기
필터 지우기

How to access cygwin commands without having to include path?

조회 수: 2 (최근 30일)
KAE
KAE 2017년 1월 10일
편집: KAE 2017년 1월 10일
How do I access Cygwin commands from Matlab without having to include the path? I am using the evaluation version of R2016b on Windows 10. I just installed Cygwin, and added all Cygwin paths to my matlab directory as,
path(path, genpath('C:\cygwin64\'));
However I can't get the ls command to run with the ! escape ,
!ls
'ls' is not recognized as an internal or external command,
operable program or batch file.
It works if the full path is specified,
!C:\cygwin64\bin\ls
But I don't want to have to type the path. How can I make Matlab run Cygwin commands without having to type the path?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Search Path에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by