[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to do trapz on a data file
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: how to do trapz on a data file |
Date: |
Sat, 17 Oct 2009 15:23:52 -0500 |
2009/10/17 Nunzio Losacco <address@hidden>:
> There would be any difference if the file had a header?
Unless this has changed differently, Octave does two passes on a file
in order to determine the size and well-formness of the data if there
is no header. So it can be slightly faster to load data from a file if
you put a header in it. For an example of what should go in the
header, use the save command to write any matrix to file.