began developing new sensor model
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
function obj = initialize(obj)
|
||||
arguments (Input)
|
||||
obj (1, 1) {mustBeA(obj, "rfSensor")}
|
||||
end
|
||||
arguments (Output)
|
||||
obj (1, 1) {mustBeA(obj, "rfSensor")}
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user