dlmwrite([path file],....) does not work on Mac OS?
- From: Michael Roesch <mr_78-25@xxxxxx>
- Date: Thu, 31 Jan 2008 18:50:47 +0100
The following code should create a subdirectory in the current working directory and write a file into that directory:
A = ones(10);
path = strcat(pwd,'\dlmtest\');
name = 'dlmA';
mkdir(path)
dlmwrite([path name],A,'\t');
Obviously this works on Windows platforms, but on my Mac platform, the subdirectory is created but no file is written.
Are there some Mac-users who could confirm this?
Thanks, Michael
.
- Follow-Ups:
- Re: dlmwrite([path file],....) does not work on Mac OS?
- From: Walter Roberson
- Re: dlmwrite([path file],....) does not work on Mac OS?
- From: Michael Roesch
- Re: dlmwrite([path file],....) does not work on Mac OS?
- From: Steven Lord
- Re: dlmwrite([path file],....) does not work on Mac OS?
- Prev by Date: dynamic allocation in fortran90
- Next by Date: Creating a 3D Histpgram
- Previous by thread: dynamic allocation in fortran90
- Next by thread: Re: dlmwrite([path file],....) does not work on Mac OS?
- Index(es):