Initialize a MATLAB Toolbox

버전 1.0.0 (99.1 KB) 작성자: Steve Eddins
Create a basic set of folders and files for a MATLAB toolbox
다운로드 수: 14
업데이트 날짜: 2024/4/6

View Initialize a MATLAB Toolbox on File Exchange Open in MATLAB Online

Initialize 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:

  • toolbox folder with a sample function and a sample gettingStarted.mlx
  • toolbox/examples folder with a sample example
  • tests folder with a sample test
  • Configuration files that enable buildtool to run code checks, run tests, and produce a release package
  • README.md (stub)
  • LICENSE.md (stub)
  • CHECKLIST.md with a to-do list for getting your toolbox ready to publish

Installation

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.

Getting Started

See the Getting Started script for more information.

Copyright © 2024 Steven L. Eddins

인용 양식

Steve Eddins (2024). Initialize a MATLAB Toolbox (https://github.com/eddins/inittbx/releases/tag/v1.0.0), GitHub. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2024a
R2023b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.