Skip to content

Commit db71ed7

Browse files
committed
Adding install wrappers for MATLAB Online
1 parent 5996c32 commit db71ed7

File tree

47 files changed

+98
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+98
-0
lines changed

install/RPInstall.mlx

3.26 KB
Binary file not shown.

install/RP_Install.prj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<MATLABProject xmlns="http://www.mathworks.com/MATLABProjectFile" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0"/>

install/RPinstall.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
%% Install toolbox
3+
4+
matlab.addons.install(which('Robotics Playground.mltbx'));
5+
matlab.apputil.run('RoboticsPlaygroundAppAPP');
6+
uiwait(msgbox('The Robotics Playground has been succesfully installed! You can now close the MATLAB project and access files and lessons through the provided MATLAB APP in the ''APPS'' tab of the toolbar.','Installation Complete - Robotics Playground','modal'));

install/Robotics Playground.mltbx

40.9 MB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info Value="true"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info location="environment.loadSimulink" type="Command"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info Value="true"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info location="environment.slCustomization" type="Command"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info Ref="" Type="Relative"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info location="ce97f80a-578f-4a31-8d38-0b7836709cfd" type="Reference"/>

0 commit comments

Comments
 (0)