help-octave
[Top][All Lists]
Advanced

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

Re: How to read file and plot


From: Jaroslav Hajek
Subject: Re: How to read file and plot
Date: Wed, 5 May 2010 11:37:42 +0200

On Wed, May 5, 2010 at 10:22 AM, rizal <address@hidden> wrote:
>
> format file text is asci. my file is 2 coloum
> example
> 12      0.001
> 13     0.25
> 14     0.15
> .
> .
> .

data = load ("data.txt");
plot (data (:,1), data (:,2));

hth

-- 
RNDr. Jaroslav Hajek, PhD
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz



reply via email to

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