필터 지우기
필터 지우기

Launching Mathworks OnRamp Courses

조회 수: 20 (최근 30일)
Leonid Guerchkovitch
Leonid Guerchkovitch 2022년 2월 9일
편집: Cris LaPierre 2022년 2월 9일
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