The demos contained in the zip file mpcademo.zip provide examples of application of visualization techniques in process applications. These demos goes together with the MathWorks News & Notes (Issue to appear in May, 2003) article, titled "USING VISUALIZATION TECHNIQUES FOR BATCH CONDITION MONITORING".
Please read the README.M file before you begin.
For the article, visit: http://www.mathworks.com/company/newsletter/index.shtml
This demo contains the following:
1. A walk-through example that explains the Multi-way PCA technique for analyzing batch processes. Run WALK_THROUGH_DEMO.M in MATLAB. It makes use of function COMPUTE_ELLIPSOID.M for generating some volume graphics.
2. HTML page: PROCESS_DEMO.HTML This is an html version of the walk_through_demo.
3. Batch Condition Monitoring Demo: This GUI is discussed in the New & Notes (May,03) article. Launch this GUI by running MPCAGUI2C.M. The GUI is for illustrative purposes only.
IMPORTANT NOTES:
(a) After downloading and unzipping the files, please ensure that all the
data files are writable (have full read/write permission). If not, make
them so.
(b) The graphics requires OPENGL. To check if you are using OPENGL in
MATLAB, type: "opengl info" in command window of MATLAB. |