help-octave
[Top][All Lists]
Advanced

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

Re: Can octave print text output to file?


From: Miguel Bazdresch
Subject: Re: Can octave print text output to file?
Date: Wed, 23 Feb 2011 09:22:35 -0600

On Tue, Feb 22, 2011 at 5:18 PM, veryhappy <address@hidden> wrote:
>
> fprintf(myfile,"%s","Hi! ") % Write a description

For printing a string, fdisp is more convenient: fdisp(myfile,"hi").
It will also append a newline.

-- 
Miguel Bazdresch


reply via email to

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