Matlab does not recognize a function from a toolbox that I have already installed.
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Ive J
il 2 Dic 2021
What do you get from this?
v = ver;
any(contains(lower({v.Name}), lower('Instrument Control Toolbox')))
Risposte (0)
Vedere anche
Categorie
Scopri di più su Instrument Control Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!