Main Content
Reconnect the Host Computer to an EV3 Brick
This example shows how to reconnect from MATLAB® software to an EV3 brick using the same settings as the previous connection.
In the Command Window, use the legoev3
function to connect to the
EV3.
myev3 = legoev3;
The resulting legoev3
object,
myev3
, represents the EV3 brick.