소스 검색

Update variable name after copy.

publish
Mickey Derks 8 년 전
부모
커밋
9b65577e8d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      OOequipment/FunctionGenerator.m

+ 1
- 1
OOequipment/FunctionGenerator.m 파일 보기

@@ -94,7 +94,7 @@ classdef FunctionGenerator < Equipment
function l = getLoad(lin)
l = regexp(num2str(lin), '([12]|50|in|mi|ma)', 'match', 'once', 'ignorecase');

if isempty(u)
if isempty(l)
error(strcat('Invalid load: ', lin));
end



불러오는 중...
취소
저장