|
|
Error Logfile - Problem mit fprintf |
|
dabauer82 |
Forum-Century
|
|
Beiträge: 184
|
|
|
|
Anmeldedatum: 21.03.08
|
|
|
|
Wohnort: ---
|
|
|
|
Version: R2008a, R2010b
|
|
|
|
|
|
Verfasst am: 03.04.2008, 22:13
Titel: Error Logfile - Problem mit fprintf
|
|
Hallo,
ich verwende in meiner gui.m folgenden Code um an die Fehlermeldung zu kommen und schreibe diesen anschliessend in eine txt. Allerdings bin ich mit der Ausgabe nicht zufrieden. Öffne ich diese txt mit notepad++ sieht alles prima aus, aber nutze in Windows Notepad, dann ist es ein Chaos.
Code:
Ansicht mit notepad++ (so solls sein)
Zitat: |
03-Apr-2008 23:05:30:
Error using ==> cadimport>rndread
File could not be opened, check name or path.
03-Apr-2008 23:05:32:
Error using ==> cadimport>rndread
File could not be opened, check name or path.
03-Apr-2008 23:05:34:
Error using ==> cadimport>rndread
File could not be opened, check name or path.
|
Ansicht Windows Notepad
[/img][/code]
Was muss ich tun damit auch der doofe Windows Notepad die Ansicht wie gewünscht ausgibt?
|
|
|
|
|
denny |
Supporter
|
|
Beiträge: 3.853
|
|
|
|
Anmeldedatum: 14.02.08
|
|
|
|
Wohnort: Ulm
|
|
|
|
Version: R2012b
|
|
|
|
|
|
Verfasst am: 04.04.2008, 09:46
Titel:
|
|
Hallo,
hab jetzt rausgefunden.
Also es liegt überhaupt nicht auf fprintf, sondern an fopen
Nämlich an permission_tmode.
Zitat: |
fid = fopen(filename, permission_tmode) on Windows systems, opens the file in text mode instead of binary mode (the default). The permission_tmode argument consists of any of the specifiers shown in the Permission Specifiers table above, followed by the letter t, for example 'rt' or 'wt+. On UNIX, text and binary mode are the same.
|
Einfach mit t erweitern und notepad macht dann mit
|
|
|
dabauer82 |
Themenstarter
Forum-Century
|
|
Beiträge: 184
|
|
|
|
Anmeldedatum: 21.03.08
|
|
|
|
Wohnort: ---
|
|
|
|
Version: R2008a, R2010b
|
|
|
|
|
|
Verfasst am: 04.04.2008, 10:02
Titel:
|
|
|
|
|
|
Einstellungen und Berechtigungen
|
|
Du kannst Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
|
|
Impressum
| Nutzungsbedingungen
| Datenschutz
| FAQ
| RSS
Hosted by:
Copyright © 2007 - 2024
goMatlab.de | Dies ist keine offizielle Website der Firma The Mathworks
MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.
|
|