help-octave
[Top][All Lists]
Advanced

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

Re: load hex data from a text file


From: Andrew Janke
Subject: Re: load hex data from a text file
Date: Fri, 25 Oct 2019 04:15:15 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.9.0


On 10/25/19 3:59 AM, parafux wrote:
> test.txt <https://octave.1599824.n4.nabble.com/file/t370846/test.txt>  


Well, that's interesting and somewhat surprising. In both Octave 4.4.1
and 5.1.0 on macOS 10.14.6, I get the following:

>> x = load('test.txt')
x =
    10    11
    12    13

Which is I think what you were expecting.

Can you tell us:

a) What version of Octave are you using?
b) How did you install Octave?
c) What OS and distribution are you using?

It sounds to me like you're doing the right thing and something odd is
happening.

Cheers,
Andrew



reply via email to

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