About 21,300,000 results
Open links in new tab
  1. Create a Simple Model - MATLAB & Simulink - MathWorks

    Create a Simple Model. You can use Simulink ® to model a system and then simulate the dynamic behavior of that system. The basic techniques you use to create a simple model in …

  2. Building and Simulating a Simple Simulink Model - MathWorks

    Explore the Simulink start page and learn how to use several of the basic blocks and modeling components. The example shows how to build a simple Simulink model that takes a sine wave …

  3. Generate Simulink model from script - MATLAB Answers

    Jan 25, 2018 · Is there a way to generate an SLX model from a Matlab script? I have a custom Simulink library and the models I want to automatically generate vary in their design and I'm …

  4. Programmatic Modeling Basics - MATLAB & Simulink

    You can perform most Simulink ® modeling basics programmatically at the MATLAB ® Command Window, such as creating models, adding blocks to models, and setting parameters. These …

  5. Building Models with MATLAB Code - Guy on Simulink

    Jan 21, 2010 · Occasionally I get questions about how to build, modify, and add blocks, to Simulink models using MATLAB commands. In this post, I will to give a basic overview of the …

  6. Programmatic Model Editing - MATLAB & Simulink

    You can programmatically create, edit, search, and check Simulink ® models. To interact with a model programmatically, the model must be loaded. Creating or opening a model also loads …

  7. Simulink Models - MATLAB & Simulink - MathWorks

    MATLAB ® Function – Code a MATLAB function using the MATLAB language that runs in a Simulink model. See Implement MATLAB Functions in Simulink with MATLAB Function …

  8. Generate, Modify, and Deploy a MATLAB App for a Simulink …

    You can use the simulink.compiler.genapp function to automatically generate a MATLAB ® app for a Simulink ® model. You can compile and deploy the generated app using the mcc …

  9. Integrate MATLAB Code into Simulink - MATLAB & Simulink

    Implement MATLAB Functions in Simulink with MATLAB Function Blocks. Use MATLAB Function blocks to implement MATLAB code in Simulink models. Create Custom Blocks Using MATLAB …

  10. Create and Use Referenced Subsystems in Models - MATLAB

    1. Create a new model called slexSubsystemReferenceContextAdapting. Alternatively, you can open a model in which you want to reference the subsystem file. 2. Add a Subsystem …