help-octave
[Top][All Lists]
Advanced

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

Re: help


From: Olaf Till
Subject: Re: help
Date: Fri, 6 Dec 2013 10:12:53 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Dec 05, 2013 at 07:38:25PM -0500, Doug Stewart wrote:
> On Mon, Dec 2, 2013 at 11:12 AM, "Maximilian Schäkel" <
> address@hidden> wrote:
> 
> > Hello,
> >
> > I have an ASCII file with lots of data, I would like to examine one by one.
> > How can I read only the first 1000 data from that file?
> > Is there an extra command,

Yes, dlmread. Olaf

> or can I determine when scanned?
> >
> >
> Try the load command.
> help load
> 
> here is an example:
> 
> a= load filename.ext
> a(1:20)
> 
> This should load the complete file into memory and then display the first
> 20 lines of data.
>  a(33:55) will display lines 33 to 55
> 
> HTH
> doug
> -- 
> DAS[image: Certificate for 206392]
> 
> <https://linuxcounter.net/user/206392.html>

> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave


-- 
public key id EAFE0591, e.g. on x-hkp://pool.sks-keyservers.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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