Main Content

Simulink Online Courses

Self-paced, interactive courses for Simulink product family

Description

The Simulink Online Courses tool provides self-paced, interactive courses that help you get started with a product, workflow, or feature.

When you open a course, you receive a course outline. You can revisit this outline as you progress through the course.

Table of Contents Menu for Simulink Onramp

Each course contains tasks that teach concepts incrementally through real-life examples. You receive automated assessments and feedback after submitting tasks.

Simulink Onramp > Course Overview > Running Simulations > Task 1

When you exit a course, your progress is saved so that you can complete the course in multiple sessions.

For a summary of Simulink® product family courses, see More About.

Additional courses are available at Self-Paced Online Courses. For example, consider embarking on the MATLAB Skills for Simulink Modeling learning path, which consists of five MATLAB® courses that teach essential MATLAB skills you can apply to Simulink workflows.

The Learn tab of the Simulink Start Page lists the Simulink courses.

Open the Simulink Online Courses

  • Simulink Start Page: On the Learn tab, pause on a course. Then, click the Launch button that appears.

  • MATLAB Command Window: Use the learning.simulink.launchOnramp function. For details, see Programmatic Use.

Note

If you do not have a required product license or Online Training Suite subscription, explore other options to take the course at Self-Paced Online Courses.

Examples

expand all

To open Simulink Onramp programmatically, in the MATLAB Command Window, enter this command.

learning.simulink.launchOnramp("simulink")

Simulink Onramp teaches you to:

  • Use Simulink blocks and signals.

  • Visualize signal values during simulation.

  • Apply math and logic operators for algorithms.

  • Access help from documentation.

  • Use MATLAB variables and functions in Simulink.

  • Model dynamic, discrete-time, and continuous-time systems in Simulink.

  • Set simulation duration.

After completing Simulink Onramp, you will be able to create, modify, and troubleshoot Simulink models that simulate dynamic systems. You will also be able to perform basic signal analysis.

Programmatic Use

expand all

learning.simulink.launchOnramp(id) opens the course that corresponds to the course identifier specified by id.

For the course identifiers, see More About.

More About

expand all

Version History

Introduced in R2019a

expand all

See Also

Topics

External Websites