16 lines
259 B
Matlab
16 lines
259 B
Matlab
function accuracy = sigmoid(sensorPos, targetPos)
|
|
arguments (Input)
|
|
sensorPos (1, 3) double;
|
|
targetPos (:, 3) double;
|
|
end
|
|
arguments (Output)
|
|
accuracy (:, 3) double;
|
|
end
|
|
|
|
|
|
|
|
end
|
|
|
|
function distanceMembership()
|
|
|
|
end |