This website works better with JavaScript.
Home
Explore
Help
Sign In
wouter
/
Matlab-Prologix-scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update variable name after copy.
publish
Mickey Derks
8 years ago
parent
0a1a3f1917
commit
9b65577e8d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
OOequipment/FunctionGenerator.m
+ 1
- 1
OOequipment/FunctionGenerator.m
View File
@@ -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
Write
Preview
Loading…
Cancel
Save