problems with matlab compiler

조회 수: 1 (최근 30일)
Oscar Martinez
Oscar Martinez 2021년 6월 3일
답변: Walter Roberson 2021년 6월 3일
When trying to use matlab compiler I found this messege (the original script has no problems when running).

채택된 답변

Walter Roberson
Walter Roberson 2021년 6월 3일
The most common reasons for those kinds of problems:
  • ran out of disk space
  • do not have write access to destination
  • spaces or non-ASCII characters exist in a directory name or file name
Some parts of MATLAB deal well with spaces or characters such as é but other parts do not. Historically certainly it would have been a problem for some parts of MATLAB that your Windows directory "PC Casa" has a space in it.
The actual problem in your case might be different than the above, but there have been so many parts of MATLAB (especially when third-party tools are invoked) that do not deal well with spaces, that I would recommend getting rid of the space in "PC Casa" if you can.

추가 답변 (0개)

카테고리

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

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by