Terminator "neue Zeile"? < Matlab < Mathe-Software < Mathe < Vorhilfe
|
Status: |
(Frage) überfällig | Datum: | 12:31 Mi 23.04.2008 | Autor: | Alpha23 |
Ich habe diese Frage in keinem Forum auf anderen Internetseiten gestellt.
Hallo!
Mein Problem ist einfach und sicherlich kennt auch jemand die Lösung. Ich möchte ein Cell-Array (enthält Zahlen und Text) als TXT-Datei abspeichern.
Ansatz:
fid=fopen('test.txt','w');
for i=1:size(ID,1)
fprintf(fid,'%i %s',cell2mat(ID(i,1)),cell2mat(ID(i,2)));
end
fclose(fid);
Problem ist, dass ich lauter einzelne Zeilen in der Text-Datei haben will. Der Terminator ist aber standardmäßig ein Kästchen. In der MATLAB-Hilfe steht nur, dass man den Terminator auch als ASCII-Code in den Optionen von fprintf ändern kann. Ich verstehe aber nicht, wie!
Oder kann das Problem auch anders gelöst werden?
Danke schonmal für eure Hilfe!
Gruß Timo
|
|
|
|
Status: |
(Mitteilung) Reaktion unnötig | Datum: | 13:20 Do 01.05.2008 | Autor: | matux |
$MATUXTEXT(ueberfaellige_frage)
|
|
|
|