Warning about units in Simulink
이전 댓글 표시
I am rotating a vector containing forces using a quaternion, and I can't find a way to make Simulink understand that the result units are in newtons.

I added a block "signal specification" but it doesn't solve the problem.
답변 (1개)
Diya Tulshan
2023년 6월 13일
편집: Diya Tulshan
2023년 6월 13일
0 개 추천
Hi Jesse Beaupre,
I understand that you want to get the output of the Simulink model In Newton.
For the conversion of the unit, you can use the ‘Force Conversion Block’ present in the ‘Aerospace Block set’, or you can enable the Automatic unit conversion command if its disabled.
For better understanding, kindly go through the following links:
- Force Conversion Block :- https://in.mathworks.com/help/aeroblks/forceconversion.html?searchHighlight=force%20conversion&s_tid=srchtitle_force%20conversion_1
- Automatic unit conversion:- https://in.mathworks.com/help/simulink/gui/allow-automatic-unit-conversions.html?searchHighlight=unit%20conversion%20in%20simulink&s_tid=srchtitle_unit%2520conversion%2520in%2520simulink_1
- Manual Conversion of units:- https://in.mathworks.com/help/simulink/ug/convert-units.html
카테고리
도움말 센터 및 File Exchange에서 Quaternion Math에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!