06-02-2023, 02:38 PM
I want to get started by using MatLab with robodk, so I start by reading the guide on the website and try to run the 'Example_RoboDK.m' from C:\RoboDK\MatLab folder.
This error is shown. Then I'm stuck because nothing work.
未识别的函数或变量“tcpip”。
Error in Robolink/Connect (line 344)
this.COM = tcpip('localhost', port, 'Timeout', this.TIMEOUT, 'BytesAvailableFcnMode', 'byte', 'InputBufferSize', 4000);
Error in Robolink (line 305)
Connect(this);
Error in Example_RoboDK (line 24)
RDK = Robolink;
怎么能i fix it?
Thanks in advice
This error is shown. Then I'm stuck because nothing work.
未识别的函数或变量“tcpip”。
Error in Robolink/Connect (line 344)
this.COM = tcpip('localhost', port, 'Timeout', this.TIMEOUT, 'BytesAvailableFcnMode', 'byte', 'InputBufferSize', 4000);
Error in Robolink (line 305)
Connect(this);
Error in Example_RoboDK (line 24)
RDK = Robolink;
怎么能i fix it?
Thanks in advice