An array for multiple LHS assignment cannot contain expressions

조회 수: 3 (최근 30일)
Jenny
Jenny 2018년 5월 30일
댓글: Jenny 2018년 5월 31일

so I am trying to using matlab to control keithley sourcemeter, and I am trying to do a voltage sweep. The function given by the instrument is

[READING]=invoke(OBJ,'performsweepvi',RANGING,SPACING,DIRECTION,SOURCECOMPLIANCE,SOURCEPROTECTION,START,STOP,NUMBEROFPOINTS,SENSERANGE,SPEED,READING)

I put in the necessary value on the right hand side and when I execute it, it responds that An array for multiple LHS assignment cannot contain expressions. So I am not sure what to do. I have removed the bracket and another error shows up where it needs a logical or numerical value.

  댓글 수: 7
Jenny
Jenny 2018년 5월 31일
That doesn't make sense because I have been collecting data using matlab for a couple of years. The kusb driver that I use was converted to a plugandplay driver so that matlab could control the instrument.
Jenny
Jenny 2018년 5월 31일
I used makemid function to convert it to ivi driver into a driver that matlab can use to communicate with the keithley.

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by