help-octave
[Top][All Lists]
Advanced

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

Re: help : how to load only a part of a matrix in octave


From: Jordi Gutiérrez Hermoso
Subject: Re: help : how to load only a part of a matrix in octave
Date: Mon, 4 Jun 2012 10:16:09 -0400

On 4 June 2012 10:00, tharaka weheragoda <address@hidden> wrote:
> I think fopen also load the huge matrix into memory.What i need is to load
> only a small part because i have only small memory.

Please avoid top-posting.

Also, fopen doesn't do that:

    
http://hg.savannah.gnu.org/hgweb/octave/file/89c64340e9ab/src/file-io.cc#l504

As you can see, it only calls (a wrapper to) C's own fopen.

Try it and see.

- Jordi G. H.


reply via email to

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