Launching Mathworks OnRamp Courses

17 次查看(过去 30 天)
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

采纳的回答

Cris LaPierre
Cris LaPierre 2022-2-9
编辑:Cris LaPierre 2022-2-9
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.
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 个评论
Cris LaPierre
Cris LaPierre 2022-2-9
编辑:Cris LaPierre 2022-2-9
Note the following:

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Parameterization Methods 的更多信息

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by