![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/889470/image.png)
Launching Mathworks OnRamp Courses
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Leonid Guerchkovitch
el 9 de Feb. de 2022
Editada: Cris LaPierre
el 9 de Feb. de 2022
Hello,
I have MATLAB V2021B installed with Simulink and Simscape toolboxes.
I'm trying to launch some of the offered onramp courses however I cannot seem to find them in the Simulink start page nor the Get Add-on.
I know there is a work around by using the command learning.simulink.launchOnramp but I don't know the arguments that need I to use to execute that command.
Is there a way to 1) Refresh the onramps offered by the Simulink start page or 2) get a list of the possible arguments for this command, learning.simulink.launchOnramp
0 comentarios
Respuesta aceptada
Cris LaPierre
el 9 de Feb. de 2022
Editada: Cris LaPierre
el 9 de Feb. de 2022
You can find details on the self-paced Onramp courses here.
For Simulink, they should be showing up on the bottom left of the Simulink startup page under Learn.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/889470/image.png)
If not, the command line code is
% Simulink Onramp
learning.simulink.launchOnramp('simulink')
% Stateflow Onramp
learning.simulink.launchOnramp('stateflow')
% Simscape Onramp
learning.simulink.launchOnramp('simscape')
% Circuit Simulation Onramp
learning.simulink.launchOnramp('circuits')
1 comentario
Cris LaPierre
el 9 de Feb. de 2022
Editada: Cris LaPierre
el 9 de Feb. de 2022
Note the following:
- to see Simulink Onramp, you must have MATLAB and Simulink installed
- to see Stateflow Onramp, you must have MATLAB, Simulink, and Stateflow installed
- to see Simscape Onramp, you must have MATLAB, Simulink, and Simscape installed
- to see Circuit Simulation Onramp, you must have MATLAB, Simulink, Simscape, and Simscape Electrical installed
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!