help-octave
[Top][All Lists]
Advanced

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

Re: saving results


From: Andy Buckle
Subject: Re: saving results
Date: Fri, 4 Jun 2010 13:02:35 +0100

On Thu, Jun 3, 2010 at 4:56 PM, wujekk13 <address@hidden> wrote:
>
> Thank You. Unfortunately the script generates in some places such things like
> these:
> "...
>  = Mome = 3.000
> My0max = -6.750
> Myob = 0.926
> iksy1 = 0.000
>  = iksy2 = 4.000
>                           = lambda = 1.500
> maA = 0.049
> ..."
> sometimes  before the equation mark some hashes tend to appear. How can I
> fix it?
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/saving-results-tp2240657p2241904.html
> Sent from the Octave - General mailing list archive at Nabble.com.

Its hard to say for sure, without knowing what variables you are
trying to save. That basic example will fail for double array's bigger
than 1x1. see here

http://www.network-theory.co.uk/docs/octave3/octave_141.html

for what happens with formatted output. please type "whos" and copy
the response back. If it is long, just include the bit corresponding
to the variables you mention below. Also decide how you want arrays
formatted. in your original question you only have 1x1 doubles (or
maybe some int type) listed.


reply via email to

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