필터 지우기
필터 지우기

Matlab Compiler: pathname with spaces

조회 수: 1 (최근 30일)
bbb_bbb
bbb_bbb 2018년 4월 5일
댓글: bbb_bbb 2018년 4월 10일
If I run a command (in Matlab Command Window or in m-script)
mcc -C -o Myprog -W WinMain:Myprog -T link:exe -d "C:\Program Files" ...
then it gives
Error using mcc
The output directory,
'"C:\Program'
does not exist.
How can I specify path with spaces?
  댓글 수: 2
Walter Roberson
Walter Roberson 2018년 4월 10일
Which release are you using? With some of the older releases you could not use spaces. The newer releases slam various parts of the command together without really using proper quotes but the underlying code somehow parses it.
bbb_bbb
bbb_bbb 2018년 4월 10일
R2015a

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by