Scilab Function
Last update : 1/11/2005
plotmea - Plotting of MGCplus-MEA
files
Calling Sequence
-
plotmea(a1,a2,idx)
Parameters
-
a1
: contains the file information structure of the mea file.
-
a2
: contains the channel information including also measurement
and traceability data
-
idx
: with this parameter you can determine, which channels are
plotted. If you do not use this optional argument, all channels are
plotted in one window !
Description
-
With the function cp42cut, cp42mea and meacomp it is possible to
read MGCplus measurement files. With plotmea it is very easy to have a
look on the measurement data.
-
MGCplus is a multifunctional multichannel data acquisition system,
ideal to measure mechanical quantities.
Examples
[a1,a2]=cp42mea(); // Select a meafile to be read
plotmea(a1,a2);
See Also
cp42mea
,
Authors
-
Dr. Andreas Geissler geisslea@web.de