Skip to content

Commit dccaa30

Browse files
committed
2 parents 7458a0d + 0f985cd commit dccaa30

File tree

8 files changed

+23
-8
lines changed

8 files changed

+23
-8
lines changed
300 KB
Binary file not shown.

ControlChart.mlappinstall

-127 KB
Binary file not shown.

ControlChart.prj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
11
<deployment-project plugin="plugin.apptool" plugin-version="1.0">
2-
<configuration build-checksum="1411527676" file="C:\Users\jehi\Documents\GitHub\ControlChartApp\ControlChart.prj" location="C:\Users\jehi\Documents\GitHub\ControlChartApp" name="ControlChart" target="target.mlapps" target-name="Package App">
2+
<configuration build-checksum="2962564293" file="C:\Users\jehi\Documents\GitHub\ControlChartApp\ControlChart.prj" location="C:\Users\jehi\Documents\GitHub\ControlChartApp" name="ControlChart" target="target.mlapps" target-name="Package App">
33
<param.appname>ControlChart</param.appname>
4-
<param.authnamewatermark>J.L. Hinrich</param.authnamewatermark>
4+
<param.authnamewatermark>Jesper L. Hinrich and Rasmus Bro</param.authnamewatermark>
55
<param.email />
66
<param.company />
77
<param.icon />
88
<param.icons />
99
<param.summary>A demonstration of Shewhart and CUMSUM control charts with generated or user specified data.</param.summary>
10-
<param.description />
10+
<param.description>A small interactive program for learning about Control Charts (Shewhart, CUMSUM). The program is an educational tool, that has been made freely available. It is maintained as needed (bug fixing), but if additional functionality is desired contact the contributers of this git repository.</param.description>
1111
<param.screenshot>${PROJECT_ROOT}\Screenshot-simulated-data.png</param.screenshot>
1212
<param.version>1.0.0</param.version>
1313
<param.products.name />
1414
<param.products.id />
1515
<param.products.version />
1616
<param.platforms />
17-
<param.output>${PROJECT_ROOT}</param.output>
17+
<param.output>${PROJECT_ROOT}\CompiledProgram</param.output>
1818
<param.guid>69f0a16e-18a8-4f57-a858-e37254e3823d</param.guid>
1919
<unset>
2020
<param.email />
2121
<param.company />
2222
<param.icon />
2323
<param.icons />
24-
<param.description />
2524
<param.products.name />
2625
<param.products.id />
2726
<param.products.version />
2827
<param.platforms />
29-
<param.output />
3028
</unset>
3129
<fileset.main>
3230
<file>${PROJECT_ROOT}\ControlChart.mlapp</file>
@@ -41,7 +39,7 @@
4139
<fileset.resources />
4240
<fileset.package />
4341
<build-deliverables>
44-
<file location="C:\Users\jehi\Documents\GitHub" name="ControlChartApp" optional="false">C:\Users\jehi\Documents\GitHub\ControlChartApp</file>
42+
<file location="${PROJECT_ROOT}" name="CompiledProgram" optional="false">C:\Users\jehi\Documents\GitHub\ControlChartApp\CompiledProgram</file>
4543
</build-deliverables>
4644
<workflow />
4745
<matlab>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
% This example is constructed through the PLS_Toolbox, see https://eigenvector.com/software/pls-toolbox/
12
load sugar
23
m = parafac(sugar,3,struct('plots','off'));
34
A = m.loads{1};

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
# ControlChartThing
1+
# ControlChartApp
22

3+
A small interactive program for learning about Control Charts (Shewhart, CUMSUM). The program is an educational tool, that has been made freely available. It is maintained as needed (bug fixing), but if additional functionality is desired contact the contributers of this git repository.
4+
5+
The app runs in MATLAB either locally hosted or through MATLAB online. A small user guide is available below. Note, the program is can be made available as a standalone application using the MATLAB compiler to produce an \*.exe file
6+
7+
8+
# User Guide
9+
10+
1. Create a Mathworks account, see https://se.mathworks.com/academia/tah-portal (or for University of Copenhagen see https://se.mathworks.com/academia/tah-portal/university-of-copenhagen-30348482.html )
11+
2. Login into https://matlab.mathworks.com/ then click ”Open MATLAB Online” or ”Install MATLAB on your computer”
12+
3. Copy the ExampleData folder and the ControlChartApp-v1.0.0.mlappinstall onto your local disk or into you MATLAB drive.
13+
4. Install the app by opening the file. Alternatively, in MATLAB, select the “APPS” tab and click “Install App” then select the \*.mlapp file.
14+
5. Run the application (find it in the APPS tab)
15+
* Try it out.
16+
* Click Load Data (example-sugar1.xlsx) or use the Generate Data button.
17+
* Build a Shewhart control chart with limits defined by the first 40 points. Is it in control?
18+

Screenshot-simulated-data.png

188 KB
Loading

0 commit comments

Comments
 (0)