4 lines
67 B
Mathematica
4 lines
67 B
Mathematica
![]() |
% myFunction.m
|
||
|
function result = myFunction(x)
|
||
|
result = x*2
|
||
|
end
|