Publishing multiple files as a toolbox vs just putting the files as a zip on the MATLAB File Exchange

조회 수: 5 (최근 30일)
Hello,
now that this whole thing is almost done and finished, it consists of 13 functions, 3 scripts and one table. If I want to publish this, are there any reasons to package it as a toolbox instead of just putting it on the file exchange as a zip folder? Are there differences in how the functions/scripts inside are called from just typing in the name of the main script, or how one would open/edit such files if you'd want to? Anything else?
Thank you.

채택된 답변

Anurag Agrawal
Anurag Agrawal 2020년 3월 30일
It's better to package it as a toolbox as it's well organised.
MATLAB generates a single installation file (.mltbx) that enables you or others to install your toolbox. You can share this file via email, file exchange or any other preferred mode. You can attach installation guide, documentation and examples in the toolbox. You can also manage the folder to add to the MATLAB path while installing the toolbox.
MATLAB will also generate a project (.prj) which can be used to modify the toolbox.
To know more about Toolbox Distribution, you can refer this:
There is a video which can help you quickly package your files as a toolbox:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by