Warning about units in Simulink
Ältere Kommentare anzeigen
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.
Antworten (1)
Diya Tulshan
am 13 Jun. 2023
Bearbeitet: Diya Tulshan
am 13 Jun. 2023
0 Stimmen
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
Kategorien
Mehr zu Quaternion Math finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!