Unable to load a .stl into file solid (MATLAB R2021a)

5 次查看(过去 30 天)
I have been trying to load a .stl file into MATLAB simulink as a file solid using the simscape multibody library. Whenever I do this, the following error message appears in the diagnostic viewer:
"Attempt to modify 'sm_lib' which is a locked (read-only) library"
I have tried to unlock 'sm_lib', but so far my efforts have been unsuccessful. What would be the recommended next steps towards adding this solid into my simulink model?

回答(1 个)

Animesh
Animesh 2024-5-21
Seems like you are unable to unlock the "sm_lib" library.
You can use the following command to do so:
set_param('sm_lib', 'Lock', 'off');
Additionally, you can refer to the following MATLAB Answer for an alternative method to unlock a library:

类别

Help CenterFile Exchange 中查找有关 Model Import 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by