User`s guide

What Is MATLAB Builder for Excel?
name and class name, and which methods (MATLAB functions) go into a
particular class, are purely organizational.
As a general rule, when compiling many MATLAB functions, it helps to
determine a scheme of function categories and to create a separate class for
each category. The name of each class should describe what the class does.
Organizing related functions into classes in this way reduces the amount of
code to rebuild and redeploy when one function is changed.
1-3