This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
wouter
/
Matlab-Prologix-scripts
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Fix string termination.
publish
Mickey Derks
пре 8 година
родитељ
5c7f91fe06
комит
6e8fbb03b6
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
OOequipment/Equipment.m
+ 1
- 1
OOequipment/Equipment.m
Прегледај датотеку
@@ -149,7 +149,7 @@ classdef Equipment < handle
function num = forceNum(input)
if ~isnumeric(input)
error('Input should be a (single) number.);
error('Input should be a (single) number.
'
);
end
num = input;
end
Write
Preview
Loading…
Откажи
Сачувај