Plot the data file `foo.dat' by using Matlab
% matlab -nojvm
< M A T L A B >
Copyright 1984-2001 The MathWorks, Inc.
Version 6.1.0.450 Release 12.1
May 18 2001
To get started, type one of these: helpwin, helpdesk, or demo.
For product information, visit www.mathworks.com.
>> load foo.dat;
>> plot(foo(:,1), foo(:,2))
Here, a graph is appeared.
>> quit
Example:
The above example shows that the execution period is about 200 [micro sec] which is defined as SAMPLING_PERIOD in `period.h' with small fluctuation.