target.connection.close - Close connection between MATLAB development computer and remote build computer - MATLAB (original) (raw)
Close connection between MATLAB development computer and remote build computer
Since R2024a
Syntax
[target.connection.close(board)](#d126e131215)
Description
target.connection.close([board](#mw%5Fa96b6f42-fc4e-4dab-b4c4-f55db3adb3f1))
closes the connection between your MATLABĀ® development computer and the remote build computer.
Examples
Close Connection
For an example that usestarget.connection.close
, see Build Generated Code on Raspberry Pi Computer.
Input Arguments
Required. Object that provides MATLAB with a description of the remote build computer.
Example: target.connection.close(boardName);
Version History
Introduced in R2024a
See Also
target.connection.open | target.connection.show