I copied the commands from the matlab website and ran them, but an error occurred
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I want to create a model of the Stewart platform in simulink, so I executed the command ”openExample('sm/StewartPlatformExample')” from the following website.
https://jp.mathworks.com/help/sm/ug/stewart-platform.html
However, some errror occurred.
Errors due to usage matlab.internal.examples.componentExamplesDir
argument "sm" is invalid.
error: findExample (行 11)
componentExamplesDir = matlab.internal.examples.componentExamplesDir(component);
error: openExample (行 30)
metadata = findExample(exampleId);
error: ar (行 1)
openExample('sm/StewartPlatformExample')
How can I execute this code?
This is code which is executed.
Best regards,
openExample('sm/StewartPlatformExample')
0 Kommentare
Akzeptierte Antwort
covao
am 5 Jan. 2024
MATLAB 2023bより、Simscape Multibodyのデモを開くコマンドが変更されています。
詳細は、以下に記載されています。
R2023a以前では、次のコマンドで開くことができます。
sm_stewart_platform
参考
R2023aのドキュメント
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu マルチボディ モデリング finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!