About 346,000 results
Open links in new tab
  1. Code Generation - MATLAB & Simulink - MathWorks

    With the code generation capabilities from MathWorks ® products, you can generate code from MATLAB ® code or Simulink ® models. Instead of writing thousands of lines of code by hand, …

  2. Generating Code - MATLAB & Simulink - MathWorks

    C/C++ code generation is the core functionality of MATLAB® Coder™. Generate code from the app, which you can open with coder, or from the command line, by using the codegen function.

  3. MATLAB Coder - MATLAB - MathWorks

    MATLAB Coder generates C/C++ code from MATLAB code for various hardware platforms, from desktop systems to embedded hardware. It supports most of the MATLAB language and a …

  4. Code Generation from MATLAB Code - MATLAB & Simulink

    Generate ANSI ® /ISO ® compliant C/C++ source code that implements your MATLAB functions and models. Generate a standalone executable that runs independently of MATLAB on your …

  5. codegen - Generate C/C++ code from MATLAB code - MATLAB

    This MATLAB function generates C or C++ code from a MATLAB function and builds the generated code.

  6. C/C++ Code Generation - MATLAB & Simulink - MathWorks

    Generate C/C++ source code, static libraries, dynamic libraries, or executables from MATLAB code using the MATLAB Coder™ app or the codegen command. You need MATLAB Coder to …

  7. Get Started with MATLAB Coder - MathWorks

    MATLAB® Coder™ generates C/C++ code from MATLAB code for various hardware platforms, from desktop systems to embedded hardware. It supports most of the MATLAB language and …

  8. Random Number Generation - MATLAB & Simulink - MathWorks

    This example shows how to repeat arrays of random numbers by specifying the generator algorithm and seed first. Every time you initialize the generator using the same algorithm and …

  9. Generate C/C++ Code from MATLAB Code - MATLAB & Simulink

    Use the code generation reports to view the generated C/C++ code, trace between the MATLAB ® code and generated C/C++ code, and identify potential issues in the generated code.

  10. Generate C Code by Using the MATLAB Coder App - MathWorks

    To convert MATLAB code to efficient C/C++ code, the code generator introduces optimizations that, in certain situations, cause the generated code to behave differently than the original …