TCP connection on old Matlab version

1 view (last 30 days)
Jessica Todd
Jessica Todd on 6 Mar 2019
Commented: Jessica Todd on 7 Mar 2019
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)

Walter Roberson
Walter Roberson on 6 Mar 2019

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
Jessica Todd
Jessica Todd on 7 Mar 2019
I'm not too familiar with Java. How do you delegate to Java from matlab?

Sign in to comment.

Categories

Find more on Instrument Control Toolbox in Help Center and File Exchange

Tags

Products


Release

R2011b

Community Treasure Hunt

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

Start Hunting!