DYTSrouce/Py/myFunction.m
2024-12-15 00:28:25 +08:00

4 lines
67 B
Matlab

% myFunction.m
function result = myFunction(x)
result = x*2
end