Transfer a file from your host computer to the user home directory on
the specified SoC board.
Create a Xilinx® processor hardware object and connect to the processor on-board the Xilinx
SoC board.
p = xilinxsoc('192.168.1.101', 'root', 'root');
Use the putFile function to transfer a file located in the
working MATLAB® folder specified with the file name exampleFile.txt to
the user home directory on the SoC board.
putFile(p, "exampleFile.txt")
The file exampleFile.txt is now transferred to your home
directory on the connected SoC board.
Transfer a file from your host computer to a specified folder on the
SoC board.
Create a Xilinx processor hardware object and connect to the processor on-board the Xilinx
SoC board.
p = xilinxsoc('192.168.1.101', 'root', 'root');
Use the putFile function located in the working MATLAB folder
specified with the file name exampleFile.txt to the
Documents folder located in the file path
/home/user/ on the SoC board.
Hardware processor object that represents the connection from MATLAB to the processor on a specific SoC hardware board, specified as a xilinxsoc
object or intelsoc
object.
Path and name of file on the host computer that you want to transfer to your SoC
board. You can use either the absolute path or the relative path from the your current
working MATLAB folder.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Sélectionner un site web
Choisissez un site web pour accéder au contenu traduit dans votre langue (lorsqu'il est disponible) et voir les événements et les offres locales. D’après votre position, nous vous recommandons de sélectionner la région suivante : .
Vous pouvez également sélectionner un site web dans la liste suivante :
Comment optimiser les performances du site
Pour optimiser les performances du site, sélectionnez la région Chine (en chinois ou en anglais). Les sites de MathWorks pour les autres pays ne sont pas optimisés pour les visites provenant de votre région.