Additional Nexus reference PDFs:

Nexus legacy documentation:

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In Nexus, open the trial on which the script is to run.
  2. In the Communications window, click on the Matlab tab.
  3. In the Matlab script field, enter or browse to the folder that contains the required MATLAB script (*.m).
  4. In the Input arguments field, if your script requires arguments, provide a comma-separated list of arguments to be used by the script, surrounding each argument for the subject and marker names with single quotes. The syntax is:
    vicon,'Subject Name','Marker1','Marker2','New Marker'

    For the following example, enter:

    vicon,'Colin','LWRA','LWRB','LWRM'

    The supplied examples show the required input and its format.



    If your script does not require any arguments, leave the Script arguments field blank.
  5. If you want to launch MATLAB and display your script, click the Launch Matlab button.
  6. Click Run Script.
    Information, such as a time stamp and text describing the processing, together with any error messages, is displayed on the Matlab tab. Relevant information is also displayed in the Log pane.
    The modeled marker (in this case, the midpoint marker, LWRM) is created, and can be seen in the 3D Perspective view.



    On the Subjects Resources pane, additional outputs are displayed under a newly created Modeled Markers node of the resources tree. In the following example, the new marker is called MyMidpoint.

  7. Display a Graph view of the new marker to see that a trajectory for the new marker has been created for the whole trial.
  8. If necessary, you can change your script in MATLAB and, to check that it has the desired result, run it again from either MATLAB or by clicking Run Script again.
  9. When you have finished refining your script, to include it in a pipeline, click Create Pipeline, which copies the information you have supplied to a Data Processing pipeline operation, Run Matlab Operation in the Pipeline tools pane. The required inputs are displayed in the Properties pane.