Main Content

connect

Connect MATLAB to target computer

Since R2020b

Description

example

connect(target_object) connects MATLAB® to the target computer by using the target object. This connection establishes communication between the development computer and target computer.

Examples

collapse all

Create a target object that represents the target computer. Connect the development computer and target computer by using the target object.

tg = slrealtime('TargetPC1');
connect(tg);

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2020b

expand all