How do I even open the Instrument Control Toolbox?
Mostrar comentarios más antiguos
Can I open it through MATLAB? It isn't there when I look for it on my Windows 7 START menu; does that mean I don't have it on my computer?
Because when I use the function daq.getDevices, it says there are none. However, when I type what i have below, it seems to read the GPIB USB-HS device but for some reason there is no IP number or anything. I get what is below the code.
%
f = fgen;
getResources(f)
end
I get ans =
ASRL1::INSTR
ASRL::COM1
GPIB0::11::INSTR
GPIB0::INTFC
GPIB::ni::0::11
testresource
Respuesta aceptada
Más respuestas (2)
Shashank Prasanna
el 18 de Jun. de 2013
Run the following on the MATLAB command line
>> tmtool
OR
Depending on the version of MATLAB you are using you will find it either on the apps tab on the toolstrip or in the start menu within MATLAB at the bottom left
3 comentarios
Z
el 18 de Jun. de 2013
siva
el 31 de Jul. de 2014
i use matllab r2013b but when i type tmtool im getting error saying function not defined.
what do i do
Wes
el 7 de Ag. de 2014
type ver in MATLAB. If you have Instrument Control Toolbox, it will show up in the list. If you don't have Instrument Control Toolbox, get a trial, and you should be able to play with TMTOOL.
Sukshith Shetty
el 29 de Dic. de 2020
0 votos
"tmtool" command is not working in online MATLAB.
What is the command in online matlab to open instrument control toolbox?
1 comentario
Walter Roberson
el 29 de Dic. de 2020
https://www.mathworks.com/products/matlab-online/limitations.html
MATLAB Online does not support that toolbox.
Categorías
Más información sobre Instrument Control Toolbox Supported Hardware en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!