User Tools

Site Tools


visual3d:documentation:pipeline:expressions:examples

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
visual3d:documentation:pipeline:expressions:examples [2024/11/05 13:08] – Updated example title for consistency. wikisysopvisual3d:documentation:pipeline:expressions:examples [2024/11/25 20:02] (current) – [Compute the magnitude of a vector] wikisysop
Line 265: Line 265:
 </code> </code>
  
 +==== Compute the maximum value of the speed of the COG ====
 +
 +Compute the maximum value of the speed of the Center of Mass of the model between two events
 +
 +<code>
 +Evaluate_Expression
 +/EXPRESSION=Metric_Maximum(Length(LINK_MODEL_BASED::ORIGINAL::CogVelocity), EVENT_LABEL::ORIGINAL::START,EVENT_LABEL::ORIGINAL::END)
 +/SIGNAL_TYPES=
 +! /SIGNAL_FOLDER=
 +/SIGNAL_NAMES=
 +/SIGNAL_COMPONENTS=X
 + /RESULT_TYPES=METRIC
 + /RESULT_FOLDERS=FROM_SCOTT
 + /RESULT_NAME=CogVelocityMax
 +! /APPLY_AS_SUFFIX_TO_SIGNAL_NAME=FALSE
 +;
 +</code>
 ==== Create a 2x2 matrix ====  ==== Create a 2x2 matrix ==== 
  
visual3d/documentation/pipeline/expressions/examples.1730812091.txt.gz · Last modified: 2024/11/05 13:08 by wikisysop