Skip to content

Commit

Permalink
Move one-time cost of launching Simulink from app launch time first c…
Browse files Browse the repository at this point in the history
…lick on Simulink.
  • Loading branch information
guirlo committed Oct 10, 2020
1 parent b437084 commit 3bfa7b5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
8 changes: 5 additions & 3 deletions SimulatinganExponentialSpread.prj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<deployment-project plugin="plugin.webdeploy" plugin-version="1.0">
<configuration build-checksum="3134299341" file="/mathworks/devel/sandbox/grouleau/Projects/covid_linux/SimulatinganExponentialSpread.prj" location="/mathworks/devel/sandbox/grouleau/Projects/covid_linux" name="SimulatinganExponentialSpread" target="target.webdeploy" target-name="Web App Compiler">
<configuration build-checksum="3033927783" file="/mathworks/devel/sandbox/grouleau/Projects/covid_linux/SimulatinganExponentialSpread.prj" location="/mathworks/devel/sandbox/grouleau/Projects/covid_linux" name="SimulatinganExponentialSpread" target="target.webdeploy" target-name="Web App Compiler">
<param.appname>Simulating_an_Exponential_Spread</param.appname>
<param.intermediate>${PROJECT_ROOT}/SimulatinganExponentialSpread</param.intermediate>
<param.files.only>${PROJECT_ROOT}/SimulatinganExponentialSpread</param.files.only>
Expand All @@ -22,7 +22,9 @@
<fileset.web.main>
<file>${PROJECT_ROOT}/virusSpread.mlapp</file>
</fileset.web.main>
<fileset.resources />
<fileset.resources>
<file>${PROJECT_ROOT}/defaultResults.mat</file>
</fileset.resources>
<fileset.depfun>
<file>${PROJECT_ROOT}/propagationSimulator.slx</file>
<file>${PROJECT_ROOT}/utilities/getRand.m</file>
Expand All @@ -36,7 +38,7 @@
</build-deliverables>
<workflow />
<matlab>
<root>/mathworks/devel/jobarchive/BR2020ad/.zfs/snapshot/BR2020ad.1442783.pass.ja1/current/build/matlab</root>
<root>/mathworks/devel/sbs/37/grouleau.BR2020ad.j1499878/matlab</root>
<toolboxes>
<toolbox name="matlabcoder" />
<toolbox name="embeddedcoder" />
Expand Down
Binary file modified cache/propagationSimulator.slxc
Binary file not shown.
Binary file added defaultResults.mat
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="design" />
</Category>
</Info>
Binary file modified virusSpread.mlapp
Binary file not shown.

0 comments on commit 3bfa7b5

Please sign in to comment.