TCP connection on old Matlab version

I'm trying to set up a TCP connection with a R2011b version of Matlab. I know this matlab version had the TCP functionality in the Instrument Control Toolbox, but the computer this is running on runs several other programs and pieces of hardware. We've also modified Matlab several times and my boss is hesitant to install any additional toolboxes which might affect its current program. Is there a way to set up a TCP connection without the toolbox?
I noticed on the Mathworks site that tcpip was introduced back in 2006, before the Instrument Control toolbox existed, but I can't find out how it was used back then. Help please!

Answers (2)

Guillaume
Guillaume on 6 Mar 2019
You can always delegate to Java or, if on Windows, .Net. Both are not much more complicated to use than matlab's own implementation and if I remember correctly, for some use case sometimes easier.

1 Comment

I'm not too familiar with Java. How do you delegate to Java from matlab?

Sign in to comment.

Categories

Products

Release

R2011b

Tags

Asked:

on 6 Mar 2019

Commented:

on 7 Mar 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!