Unable to load a .stl into file solid (MATLAB R2021a)
7 ビュー (過去 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:
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?
0 件のコメント
回答 (1 件)
Animesh
2025 年 5 月 1 日
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:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Model Import についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!