---
title: "MATLAB commands for use with Nexus"
canonical: "https://help.vicon.com/space/Nexus215/11377807/MATLAB%20commands%20for%20use%20with%20Nexus"
format: markdown
---
The following information is provided to help you to get started using MATLAB for modeling with Vicon Nexus 2.

## Display all Nexus MATLAB SDK commands

At the MATLAB command prompt, enter:

`methods ``ViconNexus`

A list of all Nexus MATLAB SDK commands is displayed:

![image](media://fd73d290-d8a6-4cf1-98ba-c1a90bd6ea01)

> Macro (scroll-pagebreak)

## Display help on a command

To display help on one of the commands listed above:

At the command prompt, enter:

`help ViconNexus/``commandName`

Where *commandName* is the command for which you want to display help.

For example, to display help about **GetTrajectory**, enter:

`help ViconNexus/GetTrajectory`

![image](media://de3a2867-2c00-4d6c-be25-4b230f2f748d)