| Bioinformatics Toolbox | ![]() |
The open MATLAB environment lets you share your analysis solutions with other MATLAB users, and it includes tools to create custom software applications. With the addition of the MATLAB Compiler, you can create stand-alone applications independent of MATLAB, and with the addition of the MATLAB COM Builder, you can create GUIs and stand-alone applications within other programming environments.
Share algorithms with other MATLAB users — You can share data analysis algorithms created in the MATLAB language across all MATLAB supported platforms by giving M-files to other MATLAB users. You can also create GUIs within MATLAB using the Graphical User Interface Development Environment (GUIDE).
Deploy MATLAB GUIs — Create a GUI within MATLAB using GUIDE, and then use the MATLAB Compiler to create a stand-alone GUI application that runs separately from MATLAB.
Create dynamic link libraries (DLL) — Use the MATLAB compiler to create dynamic link libraries (DLLs) for your functions, and then link these libraries to other programming environments such as C and C++.
Create COM objects — Use the MATLAB COM Builder to create COM objects, and then use a COM compatible programming environment (Visual Basic) to create a stand-alone application.
Create Excel add-ins — Use the MATLAB Excel Builder to create Excel add-in functions, and then use the add-in functions with Excel spreadsheets.
| Data Visualization | Examples | ![]() |
© 1994-2005 The MathWorks, Inc.