| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → MATLAB Builder NE |
| Contents | Index |
| Learn more about MATLAB Builder NE |
| On this page… |
|---|
Your Role in the .NET WebFigure Deployment Process |
Depending on your role in your organization, as well as a number of other criteria, you may need to implement either the beginning or the advanced configuration of WebFigures.
The table WebFigures for .NET Deployment Roles, Responsibilities, and Tasks describes some of the different roles, or jobs, that MATLAB Builder NE users typically perform and which method of configuration they would most likely use when running Quick Start: Implementing a WebFigure and Advanced Configuration of a WebFigure.
WebFigures for .NET Deployment Roles, Responsibilities, and Tasks
| Role | Typical Responsibilities | Tasks |
|---|---|---|
| MATLAB programmer |
|
|
| .NET programmer (business-service developer or front-end developer) |
|
|
The following knowledge is assumed when you implement WebFigures for .NET:
If you are a MATLAB programmer:
A basic knowledge of MATLAB
If you are a .NET programmer:
Knowledge of how to build a Web site using Microsoft Visual Studio.
Experience deploying MATLAB applications
Install the following products to implement WebFigures for .NET, depending on your role.
| MATLAB Programmer | .NET Programmer |
|---|---|
| MATLAB R2008b or later | Microsoft Visual Studio 2005 or later |
| MATLAB Compiler | Microsoft .NET Framework 2.0 or later |
| MATLAB Builder NE | MATLAB Compiler Runtime version 7.9 or later |
To work with the examples in this chapter:
Assume the following M-function has been created:
function df = getKnot()
f = figure; %Create a figure.
set(f,'Visible','off'); %Make sure it isn't visible.
knot; %Put something into the figure.
df = webfigure(f); %Give the figure to your function
% and return the result.
close(f); %Close the figure.
endAssume that the function getKnot has been deployed in a .NET component (using Getting Started for example) with a namespace of MyComponent.MyComponentclass.
Assume the MATLAB Compiler Runtime (MCR) has been installed. If not, refer to Install the MCR on Target Computers Without MATLAB and Update System Paths in the MATLAB Compiler documentation.
If you are running on a system with 64-bit architecture, use the information in Advanced Configuration of a WebFigure to work with WebFigures unless you are deploying a Web site which is 32-bit only and you have a 32-bit MCR installed.
![]() | About the WebFigures Feature | Quick Start: Implementing a WebFigure | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |