Why does CSVWRITE fail on Linux?

I am invoking CSVWRITE from my M-function that should write to a file. The function runs fine on Windows. On Linux however, I get the following error:
dlmwrite in 126: Could not open file

 채택된 답변

MathWorks Support Team
MathWorks Support Team 2009년 6월 27일

0 개 추천

The directory that is to contain the output file of CSVWRITE must have write permissions set for the user. Run the Unix CHMOD command to enable write permissions for the user, for the target directory.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Search Path에 대해 자세히 알아보기

제품

릴리스

R2008b

태그

Community Treasure Hunt

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

Start Hunting!

Translated by