An array for multiple LHS assignment cannot contain expressions
2 次查看(过去 30 天)
显示 更早的评论
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.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Instrument Connection and Communication 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!