
Unrecognized function or variable 'visadevlist'.
조회 수: 7 (최근 30일)
이전 댓글 표시
Hi everyone,
The ability to use VISA in MATLAB using the visadevlist and visadev functions were added in R2021a. However, when I go to use these functions, they are unrecognized. Do these functions require any toolboxes? The documentation does not seem to list any.
This is the version I am running these on:
MATLAB Version 9.10 (R2021a)
댓글 수: 0
채택된 답변
Cris LaPierre
2021년 4월 16일
편집: Cris LaPierre
2021년 4월 16일
These functions are part of the Instrument Control Toolbox. You need to have that toolbox installed in order to use these functions. You can check if it is installed using the ver command.
When searching the documentation, the left navigation pane can be used to determine what toolbox a function is in.

댓글 수: 2
Dmitry Isakov
2021년 7월 15일
I have installed ICT but visadevlist and visadev return the error Unrecognised function or variable 'visadevlist'.
Any solutions for this? Thank you.
Cris LaPierre
2021년 7월 15일
What version of MATLAB are you using? These functions were introduced in R2021a. You must be using that version or newer in order to have access to them.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!