In Simscape onramp, Explore a Simscape Model error while submitting.

30 views (last 30 days)
In Simscape onramp through online, at section "Explore a Simscape Model" while submitting that shows the following error,
Unrecognized function or variable 'simmechanics.sli.internal.register_datatypes'.
  12 Comments

Sign in to comment.

Answers (7)

Brian Nicholson
Brian Nicholson on 11 May 2022
I got the following reply...I am writing in reference to your Technical Support Case #05487915 regarding 'SimScape On-Ramp Online Course Bug?'.
This issue is currently under investigation. The workaround is to specify the path directly. This can be done by executing the following command:
addpath(fullfile(matlabroot,'toolbox/physmod/sm/sli/m'))
  10 Comments
RUSHIKESH
RUSHIKESH on 3 Apr 2023
It's Correct after adding this command. Thank you for helping us...

Sign in to comment.


Tamilpalani
Tamilpalani on 21 Sep 2022
Moved: VBBV on 21 Feb 2023
Possible soultion: Right click "CircuitSimulationOnramp" window then go to Model Properties then go to "Callbacks" then select "InitFcn*" and key in following statement in Model initialization function window to resolve the error addpath(fullfile(matlabroot,'toolbox/physmod/sm/sli/m')
Check for screenshot attached
  4 Comments

Sign in to comment.


KISSHORE VARMA RAJSEGARAN
KISSHORE VARMA RAJSEGARAN on 10 Apr 2023
This bug is still not resolved

wissal
wissal on 31 Jul 2023
Still no solution recommended for this issue ?

Saaya
Saaya on 1 Aug 2023
I am getting the same error and none of the solutions mentioned above are working for me. MATHWORKS please fix the bug ASAP or please provide with some proper working solution.

Brian Nicholson
Brian Nicholson on 11 Jul 2022
Moved: DGM on 1 Feb 2023
I entered addpath(fullfile(matlabroot,'toolbox/physmod/sm/sli/m')) on what I presume is the Matlab command line (though I am new to Matlab and this may not be what it is called), next to the two >> symbols.
  3 Comments
VBBV
VBBV on 21 Feb 2023
I think it needs to be entered in the initfcn callback function to resolve the error , as @Tamilpalani told

Sign in to comment.


Sanaullah-ghous
Sanaullah-ghous on 23 Dec 2023

Categories

Find more on Foundation and Custom Domains in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!