hello,

I would like to write a textfile and check what I wrote with "winopen". See
example:

*clear; clc; xdel;
cd ('C:\Users\Zuhause\Desktop');

fd = mopen('Demo_zu_mfprintf.txt' , 'wt');
mfprintf(fd , '0        1         2         3         4         5\n');
mclose(fd);

winopen('C:\Users\Zuhause\Desktop\Demo_zu_mfprintf.txt');*

Executing the example gives this errormessage:


*-->winopen('C:\Users\Zuhause\Desktop\Demo_zu_mfprintf.txt');
                                                         !--error 999 
winopen: kann Datei nicht öffnen
C:\Users\Zuhause\Desktop\Demo_zu_mfprintf.txt.*

What am I doing wrong?

best regards, Josef





--
View this message in context: 
http://mailinglists.scilab.org/winopen-tp4026653.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to