Displaying 2 results from an estimated 2 matches for "delannoy".
Did you mean:
delanoy
2006 Mar 20
3
create a gui with a button to change graphic?
Hello everybody,
I am wondering if it is possible to create a gui to plot a time series
that is very big, it's an EEG signal of 20mins. What I would like to do
is plot the first 5mins, then have a button on the gui that plots the
next 5mins when pushed.
Is it possible?
Thanks in advance !
Gael.
2006 Mar 14
1
sort of fread to read from a file at fixed positions?
Hello everybody,
I need to read a file with a header (EDF files, recorded
electroencephalogram signals) that has fixed byte positions for each
field of its header.
These fields have no separator between them, for example:
<8 ascii name of the patient><10ascii start time of the recording><4
ascii ... > etc.
I read that perfectly in Octave by using fread, fseek and other