How can I visualize the trajectory of a moving frame when doing the Simscape Multibody simulation?

조회 수: 6 (최근 30일)
I have finished a simulation in Simscape Multibody, but I meet a trouble when showing the trajectory of a moving body's frame in the "Mechanics Explorer" window.
I have also tried the function plot3 and comet3, however, it can only show the timeseries data in the workspace.
Is there a way to show the trajectory in the "Mechanics Explorer" window? or other way to achieve the same purpose.

채택된 답변

lee c
lee c 2018년 5월 18일
편집: lee c 2018년 5월 18일
Thanks a lot, I have finished it by refer the question and Steve Miller's work Four Bar Linkage Optimization in Simscape
It is solved by insert a "Spline" block, good solution to solve the problem.

추가 답변 (1개)

sloppydisk
sloppydisk 2018년 5월 18일
Simply plot the data after exporting to workspace:
plot(xout.data, yout.data)

카테고리

Help CenterFile Exchange에서 Bodies에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by