help-octave
[Top][All Lists]
Advanced

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

Re: Running external program from Octave


From: Marco Atzeri
Subject: Re: Running external program from Octave
Date: Thu, 28 Apr 2016 12:18:06 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0

On 28/04/2016 12:03, Lester Anderson wrote:
Kind of works:

y = dos('grdfft test2.grd -Gout.grd -D')
grdfft: Warning: The z-range, [-2.40962e+008,4.8311e+008], might
exceed the significand's precision of 24 bits; round-off errors may
occur.
y = 0


Ignore the warning bit, this was a random test, but why does it return
a value of 0 ?


Ii is the return status of a program that correctly exits.
So no failures.

Regards
Marco



reply via email to

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