-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinfo.xml
More file actions
9 lines (9 loc) · 1.09 KB
/
info.xml
File metadata and controls
9 lines (9 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<productinfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="optional"><?xml-stylesheet type="text/xsl"href="optional"?><!-- info.xml file for the mytoolbox toolbox --><!-- Version 1.0 --><!-- Copyright (date) (owner).--><!-- Supply the following six elements in the order specified --><!-- (Required) Release of MATLAB. Not currently used but required --><!-- to parse the file -->
<matlabrelease>2018a</matlabrelease><!-- (Required) Title of toolbox. Appears in the Contents pane -->
<name>MATLAB WEB API</name><!-- (Required) Label for the toolbox. pick one: --><!-- matlab, toolbox, simulink, blockset, links_targets -->
<type>toolbox</type><!-- (Required) Icon file to display in the Start button. Not currently used --><!-- but required to parse the file -->
<icon/><!-- (Required if you supply help) Relative path to help (HTML) folder -->
<help_location>doc</help_location><!-- (Required if you supply help) Icon used in the Help browser TOC --><!-- Ignored in R2015a and later -->
<help_contents_icon/>
</productinfo>