What is the difference between MATLAB Builder for Excel and the COM functionality in MATLAB Builder for .NET?

조회 수: 2 (최근 30일)
What is the difference between MATLAB Builder for Excel and the COM functionality in MATLAB Builder for .NET?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2013년 10월 18일
MATLAB Builder for Excel is a subset of the COM functionality in MATLAB Builder for .NET, optimized for Microsoft Excel. MATLAB Builder for Excel creates wrapper code for you, so you can call your MATLAB functions as Excel macros without writing additional code. MATLAB Builder for .NET COM components are generic. With Builder for .NET, you can create COM components which can be used in any COM-compliant language.
MATLAB Excel Builder components are COM objects accessible only from Microsoft Excel through Visual Basic for Applications. MATLAB Excel Builder creates the Visual Basic wrapper code for you (in the form of the .bas file). This wrapper code (which is actually an Excel macro) reduces the complexity of calling the Builder for Excel generated component in Visual Basic. With Excel Builder, you can use this wrapper macro like any other Excel macro to call your component. To use the Builder for .NET COM component in place of Builder for Excel, you will have to write this wrapper code.
MATLAB Builder for Excel components are also optimized for handling data passed as Excel ranges.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Use COM Objects in MATLAB에 대해 자세히 알아보기

제품


릴리스

아직 릴리스를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by