Skip to content

Commit

Permalink
MATLAB: Generate toolbox for version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Dec 8, 2023
1 parent b8aa8c3 commit 1777254
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Thumbs.db
*.json
*egg-info
*build
*.prj
.gitignore

# Test results
Expand Down
Binary file modified mhkit.mltbx
Binary file not shown.
144 changes: 144 additions & 0 deletions mhkit_0.4.1.prj
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration file="/Users/asimms/Desktop/Programming/mhkit_matlab_simms_dev/MHKiT-MATLAB-2/mhkit_0.4.1.prj" location="/Users/asimms/Desktop/Programming/mhkit_matlab_simms_dev/MHKiT-MATLAB-2" name="mhkit_0.4.1" target="target.toolbox" target-name="Package Toolbox">
<param.appname>mhkit</param.appname>
<param.authnamewatermark>Rebecca Fao</param.authnamewatermark>
<param.email>rebecca.fao@nrel.gov</param.email>
<param.company>National Renewable Energy Laboratory</param.company>
<param.summary>Marine renewable energy data processing and visualization toolbox</param.summary>
<param.description>MHKiT-MATLAB is a MATLAB package designed for marine renewable energy applications to assist in
data processing and visualization. The software package include functionality for:

* Data processing
* Data visualization
* Data quality control
* Resource assessment
* Device performance
* Device loads</param.description>
<param.screenshot>/Users/asimms/Downloads/58954145.png</param.screenshot>
<param.version>0.4.1</param.version>
<param.output>${PROJECT_ROOT}/mhkit.mltbx</param.output>
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.guid>a9255474-fe2a-44be-80c2-94b4948d2959</param.guid>
<param.exclude.filters>% List files contained in your toolbox folder that you would like to exclude
% from packaging. Excludes should be listed relative to the toolbox folder.
% Some examples of how to specify excludes are provided below:
%
% A single file in the toolbox folder:
% .svn
% setup.py
%
% A single file in a subfolder of the toolbox folder:
% example/.svn
%
% All files in a subfolder of the toolbox folder:
% example/*
%
% All files of a certain name in all subfolders of the toolbox folder:
% **/.svn
%
% All files matching a pattern in all subfolders of the toolbox folder:
% **/*.bak
% **/*.DS_Store</param.exclude.filters>
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide />
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.exported.on.package>false</param.exported.on.package>
<param.required.addons />
<param.matlab.project.id />
<param.matlab.project.name />
<param.release.start>R2021b</param.release.start>
<param.release.end>latest</param.release.end>
<param.release.current.only>false</param.release.current.only>
<param.compatiblity.windows>true</param.compatiblity.windows>
<param.compatiblity.macos>true</param.compatiblity.macos>
<param.compatiblity.linux>true</param.compatiblity.linux>
<param.compatiblity.matlabonline>false</param.compatiblity.matlabonline>
<param.installation.map />
<param.additional.sw.names />
<param.additional.sw.licenses />
<param.additional.sw.win.url />
<param.additional.sw.mac.url />
<param.additional.sw.linux.url />
<unset>
<param.output />
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.exclude.pcodedmfiles />
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide />
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.exported.on.package />
<param.required.addons />
<param.matlab.project.id />
<param.matlab.project.name />
<param.release.current.only />
<param.compatiblity.windows />
<param.compatiblity.macos />
<param.compatiblity.linux />
<param.installation.map />
<param.additional.sw.names />
<param.additional.sw.licenses />
<param.additional.sw.win.url />
<param.additional.sw.mac.url />
<param.additional.sw.linux.url />
</unset>
<fileset.rootdir>
<file>${PROJECT_ROOT}/mhkit</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}/mhkit/.DS_Store</file>
<file>${PROJECT_ROOT}/mhkit/dolfyn</file>
<file>${PROJECT_ROOT}/mhkit/loads</file>
<file>${PROJECT_ROOT}/mhkit/power</file>
<file>${PROJECT_ROOT}/mhkit/qc</file>
<file>${PROJECT_ROOT}/mhkit/river</file>
<file>${PROJECT_ROOT}/mhkit/setup.py</file>
<file>${PROJECT_ROOT}/mhkit/tests</file>
<file>${PROJECT_ROOT}/mhkit/tidal</file>
<file>${PROJECT_ROOT}/mhkit/utils</file>
<file>${PROJECT_ROOT}/mhkit/wave</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="${PROJECT_ROOT}" name="mhkit.mltbx" optional="false">/Users/asimms/Desktop/Programming/mhkit_matlab_simms_dev/MHKiT-MATLAB-2/mhkit.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>/Applications/MATLAB_R2023b.app</root>
<toolboxes />
</matlab>
<platform>
<unix>true</unix>
<mac>true</mac>
<windows>false</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>12.7.1</osver>
<os32>true</os32>
<os64>false</os64>
<arch>maci64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>

0 comments on commit 1777254

Please sign in to comment.