Main Content

target.connection.close

Close connection between MATLAB development computer and remote build computer

Since R2024a

Description

target.connection.close(board) closes the connection between your MATLAB® development computer and the remote build computer.

Examples

Close Connection

For an example that uses target.connection.close, see Build Generated Code on Raspberry Pi Computer.

Input Arguments

collapse all

Required. Object that provides MATLAB with a description of the remote build computer.

Example: target.connection.close(boardName);

Version History

Introduced in R2024a