help-octave
[Top][All Lists]
Advanced

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

octave-fwrite-errors


From: Mike
Subject: octave-fwrite-errors
Date: Thu, 31 Jul 2003 17:13:40 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225



How it will give result out; I have the following simple expression

volts=220; rs==1;
rl=100;amps = 220 ./ (rs+rl);
fwrite(amps);
So, it gives an error message "fwrite:
-Built-in function:COUNT=fwrite(FID,DATA,PRECISION,SKIP,ARCH)
 Write data in binary form of type PRECISION..."
With fprintf:
"Built-in function:fprintf(FID,TEMPLATE,...)
 This function is just like printf..."How will I fix it?
Thanks.
Mike








-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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