Code Generation and Deployment

Generate standalone applications for desktop computers and embedded targets

After you develop your application using WLAN Toolbox™, you can generate portable C/C++ source code, standalone executables, or standalone applications from your MATLAB® code. With code generation, you can:

  • Run your simulation on machines that do not have MATLAB installed.

  • Speed up processing while you work in the MATLAB environment.

  • Incorporate your algorithms into legacy code.

The following table compares deployment characteristics of MATLAB Compiler™ and MATLAB Coder™. Use this table to decide how to deploy your MATLAB code.

Deployment CharacteristicUsing MATLAB CompilerUsing MATLAB Coder
OutputNonreadable shared librariesPortable and readable C source code
Library dependencyMATLAB Runtime

None

Supported platforms for deploymentWindows®, Mac, and Linux®Any platform that supports ANSI®/ISO® C/C++ code
Intellectual property protectionPackaged code is encryptedCode is not encrypted. You can protect your IP by generating shared libraries instead of readable code
Algorithm accelerationSame speed as MATLABPotentially faster, depending on the algorithm
MATLAB graphicsSupportedNot supported

Topics

What is C Code Generation from MATLAB?

Introduces code generation support.

Functions and System Objects Supported for MATLAB Coder

List of WLAN Toolbox functions and System objects with code generation support.

Related Information

Featured Examples