[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: load hex data from a text file
From: |
Nicholas Jankowski |
Subject: |
Re: load hex data from a text file |
Date: |
Fri, 25 Oct 2019 13:46:52 -0400 |
On Fri, Oct 25, 2019 at 1:39 PM Mike Miller <address@hidden> wrote:
>
> On Fri, Oct 25, 2019 at 04:15:15 -0400, Andrew Janke wrote:
> > 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.
>
> Really? That's weird, because I get
>
> >> x = load ('test.txt')
> error: load: failed to read matrix from file 'test.txt'
>
same here. tried playing with a bunch of options and other textfile
input functions (outside manual c-type functions) and couldn't get it
to work.