Copy file to device
putFile(
copies
the specified source file from the MATLAB® current folder to the
print working directory (device
,localSource
)pwd
) on the ROS 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
)