Products

Intuitive Analytics Uses MATLAB to Build Quantitative Tools to Help Bond Issuers Manage Risk

"Because MATLAB enables us to build and distribute applications to analysts that are accessible from Excel, we are quickly bringing to market products that are adopted and deployed by investment banks." - Peter Orr, Intuitive Analytics

Robeco Develops Quantitative Stock Selection and Portfolio Optimization Models with MathWorks Tools

"Unlike companies that rely on off-theshelf quantitative analysis solutions, we can see our process improving all the time. We have the flexibility to continuously improve our algorithms and models in MATLAB—and that is a big advantage." - Willem Jellema, Robeco

MATLAB Builder NE (for Microsoft .NET Framework)

Description

Introduction

MATLAB Builder™ NE lets you create .NET and COM components from MATLAB® programs that include MATLAB math and graphics, and GUIs developed with MATLAB. You can integrate these components into larger .NET, COM, and Web applications and deploy them royalty-free to computers that do not have MATLAB installed.

Using MATLAB Compiler™, MATLAB Builder NE encrypts your MATLAB programs and then generates .NET or COM wrappers around them so that they can be accessed just like native .NET and COM components.

The components created by the builder run against the MATLAB Compiler Runtime (MCR), the full set of libraries that supports all features of the MATLAB language and most related toolboxes. The MCR is provided with MATLAB Compiler. To run your .NET and COM components, you must distribute the MCR with them. Components created with MATLAB Builder NE and the MCR can be deployed royalty-free.

For Web applications, the builder generates WebFigures that enable in-browser zoom, pan, and rotation of MATLAB figures.

Key Features

  • Royalty-free desktop and Web deployment of .NET and COM components to computers that do not have MATLAB installed
  • Components callable from Common Language Specification (CLS)-compliant languages, including C#, F#, VB.NET, or ASP.NET, and COM-compliant technology, including Visual Basic®, ASP, or Excel®
  • Type-safe automatic conversion to and from native .NET, COM, and MATLAB data types
  • Direct passing of .NET objects to and from a compiled MATLAB function
  • Windows Communication Foundation (WCF) support with Web or enterprise service-oriented architecture (SOA)
  • .NET remoting for interprocess communication
  • WebFigures interface for MATLAB figure zooming, rotating, and panning