How do I even open the Instrument Control Toolbox?
조회 수: 14 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
채택된 답변
random09983492
2013년 6월 18일
Hi Z,
By default, toolboxes are not listed in your Win7 start menu (I'm not sure you can make them appear there). You can open the IC Toolbox GUI by typing 'tmtool' in your Command Window.
If you are using Matlab 2013a, you can also find all of your toolboxes in the 'Apps' tab at the top of your Matlab Window. In older versions of Matlab, available toolboxes are located in Matlab's Start button (bottom left corner of Matlab window).
댓글 수: 0
추가 답변 (2개)
Shashank Prasanna
2013년 6월 18일
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
siva
2014년 7월 31일
i use matllab r2013b but when i type tmtool im getting error saying function not defined.
what do i do
Wes
2014년 8월 7일
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
2020년 12월 29일
"tmtool" command is not working in online MATLAB.
What is the command in online matlab to open instrument control toolbox?
댓글 수: 1
Walter Roberson
2020년 12월 29일
https://www.mathworks.com/products/matlab-online/limitations.html
MATLAB Online does not support that toolbox.
참고 항목
카테고리
Help Center 및 File Exchange에서 Instrument Control Toolbox Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!