Main Content
putFile
Copy file to device
Description
putFile(
copies the specified source file from the MATLAB® current folder to the print working directory
(device
,localSource
)pwd
) on the ROS device or the home directory on the ROS
2 device. Wildcards are supported.
putFile(
copies
the file to a destination path. Specify a file name at the end of
the destination path to copy with a custom file name.device
,localSource
,remoteDestination
)
Examples
Input Arguments
Version History
Introduced in R2019b
See Also
rosdevice
| ros2device
| getFile
| deleteFile
| dir
| openShell
| system