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

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

What do you get from this?
v = ver;
any(contains(lower({v.Name}), lower('Instrument Control Toolbox')))
ans = logical
1
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개)

카테고리

도움말 센터File Exchange에서 Instrument Control Toolbox에 대해 자세히 알아보기

제품

릴리스

R2020a

태그

질문:

2021년 12월 2일

댓글:

2021년 12월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by