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 件)

製品

リリース

R2008b

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by