help-octave
[Top][All Lists]
Advanced

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

Re: Plotting directly from a file


From: Jordi Gutiérrez Hermoso
Subject: Re: Plotting directly from a file
Date: Fri, 19 Mar 2010 18:07:50 -0600

On 19 March 2010 03:18, Amit Saha <address@hidden> wrote:
> Is there a direct way to read the X,Y (and Z) values directly from a
> file for plotting with the 'plot' command?

That depends entirely on how they are stored in the file, but if
they're plain text and three columns and no extraneous formatting,

     Z = load("file");

should load the file into an n by 3 matrix Z.


reply via email to

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