octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help with load -ascii


From: michele
Subject: Re: Help with load -ascii
Date: Thu, 31 Aug 2017 22:41:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 08/31/2017 10:37 PM, Rik wrote:
Can someone with access to Matlab try

-- Code --
load ('big.txt', '-ascii')
big
-- End Code --

The question is whether numbers which are too large to represent, such as
1e1000, are converted to realmax() or to Inf.

The file big.txt is attached.

Cheers,
Rik


On Matlab R2017a

load ('big.txt','-ascii')
big

big =

       Inf      -Inf    2.5000


Cheers,

--
Michele Ginesi




reply via email to

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