Mickey Derks пре 8 година
родитељ
комит
fbb0e7f597
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      OOequipment/Equipment.m

+ 1
- 1
OOequipment/Equipment.m Прегледај датотеку

@@ -214,7 +214,7 @@ classdef Equipment < handle
function num = forceNum(input)
%FORCENUM Throws an error if the input is not numeric.
if ~isnumeric(input)
if ~isnum(input)
error('Input should be a (single) number.');
end
num = input;


Loading…
Откажи
Сачувај