|
|
@@ -149,7 +149,7 @@ classdef Equipment < handle |
|
|
|
|
|
|
|
|
function num = forceNum(input) |
|
|
function num = forceNum(input) |
|
|
if ~isnumeric(input) |
|
|
if ~isnumeric(input) |
|
|
error('Input should be a (single) number.); |
|
|
|
|
|
|
|
|
error('Input should be a (single) number.'); |
|
|
end |
|
|
end |
|
|
num = input; |
|
|
num = input; |
|
|
end |
|
|
end |
|
|
|