Initialize a MATLAB Toolbox
版本 1.0.0 (99.1 KB) 作者:
Steve Eddins
Create a basic set of folders and files for a MATLAB toolbox
The function inittbx initializes a folder hierarchy and a basic set of files according to MATLAB Toolbox Best Practices by rpurser47 and others. The resulting hierarchy contains:
-
toolboxfolder with a sample function and a samplegettingStarted.mlx -
toolbox/examplesfolder with a sample example -
testsfolder with a sample test - Configuration files that enable
buildtoolto run code checks, run tests, and produce a release package -
README.md(stub) -
LICENSE.md(stub) -
CHECKLIST.mdwith a to-do list for getting your toolbox ready to publish
Download the inittbx.mltbx file from the GitHub repository releases area or from the File Exchange. Double-click on the downloaded file to automatically and run the MATLAB add-on installer. This will copy the files to your MATLAB add-ons area and add inittbx to your MATLAB search path.
Later, you can use the MATLAB Add-On Manager to uninstall.
See the Getting Started script for more information.
Copyright © 2024 Steven L. Eddins
引用格式
Steve Eddins (2026). Initialize a MATLAB Toolbox (https://github.com/eddins/inittbx/releases/tag/v1.0.0), GitHub. 检索时间: .
MATLAB 版本兼容性
创建方式
R2024a
与 R2023b 及更高版本兼容
平台兼容性
Windows macOS Linux标签
| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 1.0.0 |
|
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。

