Clear Filters
Clear Filters

How we cn define the toolbox?

2 views (last 30 days)
KHOULOUD SAMMADI
KHOULOUD SAMMADI on 2 Mar 2018
I want to understand the toolbox definition in Matlab environment?

Accepted Answer

Jan
Jan on 2 Mar 2018
A "toolbox" is a set of functions. Usually they are stored in a specific folder, which is included in the path (see: help addpath).
If you want a more specific answer, please post the context of your question.
  2 Comments
Walter Roberson
Walter Roberson on 2 Mar 2018
"Toolbox" is Mathwork's marketing name for a set of functions designed for a related purpose and sold as a package. As well as the implementation as a folder, there are hooks into the licensing system and the documentation system.
KHOULOUD SAMMADI
KHOULOUD SAMMADI on 3 Mar 2018
Thank u so much :) :)

Sign in to comment.

More Answers (0)

Categories

Find more on Search Path in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!