主要内容

target.connection.close

关闭 MATLAB 开发计算机与远程编译计算机之间的连接

自 R2024a 起

说明

target.connection.close(board) 关闭您的 MATLAB® 开发计算机与远程编译计算机之间的连接。

示例

关闭连接

有关使用 target.connection.close 的示例,请参阅在 Raspberry Pi 计算机上编译生成代码

输入参数

全部折叠

必需。向 MATLAB 提供远程编译计算机描述的对象。

示例: target.connection.close(boardName);

版本历史记录

在 R2024a 中推出