We try to get connection our fantastic Moku Pro via matlab but we got the error message below. We collected the IP address via the moku app so it should be correct. No idea if this problem is caused by using IP6 or a missing library issue. Could you help?
I think the issue you are encountering is that you have not adapted your IP address formatting for your IPv6 address. The details are outlined in this section of the API reference: Finding Your IP Address | Moku API
Essentially, this means you need to change your address to IP address in line 1 to: i = MokuOscilloscope('[fe80:XXXX:2d5e%14]', false);