Connection to SoC hardware board
The socHardwareBoard
object represents a connection to the
specified SoC hardware board from MATLAB®. Use this object to create soc.recorder
and socAXIMaster
objects
that record input data and access memory on the specified SoC hardware board.
returns a list
of supported SoC hardware boards.hwList
= socHardwareBoard()
creates a connection to the specified SoC hardware board. This connection reuses the IP
address, username, and password from the most recent connection to that specified SoC
hardware board. When you connect MATLAB to an SoC hardware board for the first time, enter the board name, IP
address, username, and password of the SoC hardware board as name-value pair
arguments.hw
= socHardwareBoard(boardName
)
To see the complete list of supported SoC hardware boards, call the
socHardwareBoard
function without any arguments.
creates a connection to the specified SoC hardware by using the IP address, user name, and
password that you specify. hw
= socHardwareBoard(boardName
,Name,Value
)