Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

We cannot connect the device when we convert our script to a function

조회 수: 2 (최근 30일)
CG
CG 2018년 12월 12일
마감: MATLAB Answer Bot 2021년 8월 20일
We have a script that uses pico2000 series.
When we transform this script into a function, the
connect(ps2000DeviceObj)
command does not work.
Can you tell us the reason ?
  댓글 수: 3
Image Analyst
Image Analyst 2018년 12월 12일
Perhaps after you read THIS LINK we might be able to. Until then about all I can guess is that the ps2000DeviceObj variable is not in scope, or you added input arguments to the function and just hit the green run triangle without calling it with the required arguments. Of course we'll know much, much more after you read the link.
Steven Lord
Steven Lord 2018년 12월 12일
What does "does not work" mean in this context?
  • Does it throw an error? If so, what is the full text of that error message (everything displayed in red?)
  • Does it issue a warning? If so, what is the full text of that warning message (everything displayed in orange?)
  • Does it leave the ps2000DeviceObj object in a bad state, where you cannot interact with it?
  • Does it do something else? If so, describe in detail what it does.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by