Matlab does not recognize a function from a toolbox that I have already installed.

5 次查看(过去 30 天)
I am trying to use the tcpserver() function to ser up a tcp/IP server on my computer. It runs on the 'Instrument Control Toolbox' and I have confirmed I have it installed because it shows up on my 'Add-Ons Manager'. However, when I try to call the function or even type 'help tcpserver' Matlab throws the error "Unrecognized Function or Variable 'tcpserver'." Any ideas what I am doing wrong or how to fix this?
  2 个评论
Ive J
Ive J 2021-12-2
What do you get from this?
v = ver;
any(contains(lower({v.Name}), lower('Instrument Control Toolbox')))
ans = logical
1
Travis J. Clauson
Travis J. Clauson 2021-12-2
I appreciate your response Ive, but I just realized that teh function, tcpserver, is a new function to MATLAB 2021 and I only had 2020 verison. Thanks for the help anyway.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Install Products 的更多信息

标签

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by