help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: the simplest method to write text in a file


From: shivax
Subject: Re: the simplest method to write text in a file
Date: Fri, 15 Mar 2019 05:12:59 -0500 (CDT)

hi,

i write :

fprintf(fid,"Starting Date : %s \n\r",datestr(StartingDate,20));
fprintf(fid,"Finishing Date %s \n\r",datestr(FinishingDate,20)); 
fprintf(fid,"Start Procession Date %s
\n\r",datestr(StartingProcessDate,20)); 
fprintf(fid,"ReportFolder : %s - OutputFolder %s
\n\r",ReportFolder,OutputFolder); 


https://gyazo.com/eabc6f699938b9e87244dadcf2ce3cfe

but the result is similar



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]