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;


Завантаження…
Відмінити
Зберегти