I have been doing the simscape onramp course and it keeps giving me the error "unrecognisedfunction or variable". How do I solve this?
Show older comments
Unrecognized function or variable 'simmechanics.sli.internal.register_datatypes'.
6 Comments
Govind KM
on 21 Jun 2023
Could you give more details about which task or section of the course you are getting this error in? Sharing your code would be helpful as well.
shane shitanda
on 21 Jun 2023
Moved: DGM
on 29 Dec 2023
shane shitanda
on 22 Jun 2023
Moved: DGM
on 29 Dec 2023
Answers (1)
Govind KM
on 22 Jun 2023
A workaround for this issue is to specify the path directly. This can be done by executing the following command in the MATLAB Online command window(As you are using the online version):
addpath(fullfile(matlabroot,'toolbox/physmod/sm/sli/m'))
Categories
Find more on Simscape in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!