Output 3D physical signal using simscape component
3 次查看(过去 30 天)
显示 更早的评论
I'm calculating the motion of a joint using a Simscape custom component, which includes the two derivatives of the motion (so the position velocity and accelaration.) I'm however having issues exporting these into the joint, without enabling the 1D->3D filter.
In otherwords, the physical signal I'm outputting is 1D (only position) but I want it to be 3D (position velocity and accelaration). Is this possible?
Current output scheme:
outputs
p_A = {0, 'm '}; % p_A:left
end
0 个评论
回答(1 个)
Steve Miller
2022-11-23
Yes. You can define position, velocity, and acceleration as separate physical signals and output a vector of physical signals from your block. Please make sure these values are all exactly consistent.
--Steve
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!